From 5bf23d39ab31a5d1e2db16edfa74e869b3effdfb Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:22:56 +0800 Subject: [PATCH] Update use-importer.md (#2576) --- docs-2.0-en/import-export/use-importer.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs-2.0-en/import-export/use-importer.md b/docs-2.0-en/import-export/use-importer.md index d59cc6e5b8..35f30ba99d 100644 --- a/docs-2.0-en/import-export/use-importer.md +++ b/docs-2.0-en/import-export/use-importer.md @@ -219,8 +219,7 @@ manager: |Parameter|Default value|Required|Description| |:---|:---|:---|:---| |`manager.spaceName`|-|Yes| Specifies the NebulaGraph space to import the data into. Do not support importing multiple map spaces at the same time.| -|`manager.batch`|`128`|No| The batch size for executing statements (global configuration). -
Setting the batch size individually for a data source can using the parameter `sources.batch` below.| +|`manager.batch`|`128`|No| The batch size for executing statements (global configuration).
Setting the batch size individually for a data source can using the parameter `sources.batch` below.| |`manager.readerConcurrency`|`50`|No| The number of concurrent reads of the data source by the reader.| |`manager.importerConcurrency`|`512`|No| The number of concurrent nGQL statements generated to be executed, and then will call the client to execute these nGQL statements.| |`manager.statsInterval`|`10s`|No| The time interval for printing statistical information| @@ -469,4 +468,4 @@ The fields are described below: - `Processed` corresponds to nodes and edges. - `Finished`: The number of the completed nodes and edges. - `Failed`: The number of the failed nodes and edges. - - `Rate`: The number of nodes and edges processed per second. \ No newline at end of file + - `Rate`: The number of nodes and edges processed per second.