Skip to content

Commit

Permalink
Update use-importer.md (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 22, 2024
1 parent 81799dd commit 5bf23d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs-2.0-en/import-export/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</br>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).</br>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|
Expand Down Expand Up @@ -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.
- `Rate`: The number of nodes and edges processed per second.

0 comments on commit 5bf23d3

Please sign in to comment.