Skip to content

Commit 8ef4e33

Browse files
committed
Improve the descriptions of --skip-bad-relationships, --skip-duplicate-nodes, and --update-all-matching-relationships
1 parent b350dae commit 8ef4e33

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,15 @@ This is done by using the `--verbose` option.
322322
|--skip-bad-relationships[=true\|false]
323323
|Whether or not to skip importing relationships that refer to missing node IDs, i.e. either start or end node ID/group referring to a node that was not specified by the node input data.
324324

325-
Skipped relationships will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
325+
Skipped relationships will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
326326
|false
327327

328328
|--skip-duplicate-nodes[=true\|false]
329329
|Whether or not to skip importing nodes that have the same ID/group.
330330

331331
In the event of multiple nodes within the same group having the same ID, the first encountered will be imported, whereas consecutive such nodes will be skipped.
332332

333-
Skipped nodes will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
333+
Skipped nodes will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
334334
|false
335335

336336
|--strict[=true\|false]
@@ -849,15 +849,15 @@ This is done by using the `--verbose` option.
849849
|--skip-bad-relationships[=true\|false]
850850
|Whether or not to skip importing relationships that refer to missing node IDs, i.e. either start or end node ID/group referring to a node that was not specified by the node input data.
851851

852-
Skipped relationships will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
852+
Skipped relationships will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
853853
|false
854854

855855
|--skip-duplicate-nodes[=true\|false]
856856
|Whether or not to skip importing nodes that have the same ID/group.
857857

858858
In the event of multiple nodes within the same group having the same ID, the first encountered will be imported, whereas consecutive such nodes will be skipped.
859859

860-
Skipped nodes will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option.
860+
Skipped nodes will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
861861
|false
862862

863863

@@ -876,16 +876,15 @@ If enabled all those relationships will be found but at the cost of lower perfor
876876
|false label:changed[Changed in 5.8]
877877

878878
|--threads=<num>
879-
| (advanced) Max number of worker threads used by the importer. Defaults to the number of available processors reported by the JVM. There is a certain amount of minimum threads needed so for that reason there is no lower bound for this value. For optimal
880-
performance, this value should not be greater than the number of available processors.
879+
| (advanced) Max number of worker threads used by the importer. Defaults to the number of available processors reported by the JVM. There is a certain amount of minimum threads needed so for that reason there is no lower bound for this value. For optimal performance, this value should not be greater than the number of available processors.
881880
|20
882881

883882
|--trim-strings[=true\|false]footnote:ingnoredByParquet2[]
884883
|Whether or not strings should be trimmed for whitespaces.
885884
|false
886885

887886
|--update-all-matching-relationships
888-
|label:new[Introduced in 2025.01] If one relationship data entry matches multiple existing relationships, this decides whether to update all matching or to log as an error.
887+
|label:new[Introduced in 2025.01] Whether or not to update all existing relationships that match a relationship data entry. If disabled, the relationship data entry will be logged if they are within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
889888
|false
890889

891890
|--verbose

0 commit comments

Comments
 (0)