Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update use-importer.md #2576

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.