Skip to content

Commit 1e0996e

Browse files
authored
Improve the descriptions of --skip-bad-relationships, --skip-duplicate-nodes, and --update-all-matching-relationships (#2113)
Depends on https://github.com/neo-technology/neo4j/pull/29508/files
1 parent 36e7d85 commit 1e0996e

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]
@@ -814,15 +814,15 @@ This is done by using the `--verbose` option.
814814
|--skip-bad-relationships[=true\|false]
815815
|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.
816816

817-
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.
817+
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.
818818
|false
819819

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

823823
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.
824824

825-
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.
825+
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.
826826
|false
827827

828828

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

843843
|--threads=<num>
844-
| (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
845-
performance, this value should not be greater than the number of available processors.
844+
| (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.
846845
|20
847846

848847
|--trim-strings[=true\|false]footnote:ingnoredByParquet2[]
849848
|Whether or not strings should be trimmed for whitespaces.
850849
|false
851850

852851
|--update-all-matching-relationships
853-
|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.
852+
|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 it is within the limit of entities specified by `--bad-tolerance` and the `--skip-bad-entries-logging` option is disabled.
854853
|false
855854

856855
|--verbose

0 commit comments

Comments
 (0)