You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,7 @@ Unicode character ID can be used if prepended by `\`.
144
144
|false
145
145
146
146
|--bad-tolerance=<num>
147
-
|Number of bad entries before the import is considered failed.
148
-
149
-
This tolerance threshold is about relationships referring to missing nodes.
150
-
Format errors in input data are still treated as errors.
147
+
|Number of bad entries before the import is aborted. The import process is optimized for error-free data. Therefore, cleaning the data before importing it is highly recommended. If you encounter any bad entries during the import process, you can set the number of bad entries to a specific value that suits your needs. However, setting a high value may affect the performance of the tool.
151
148
|1000
152
149
153
150
|--delimiter=<char>
@@ -284,7 +281,7 @@ This is done by using the `--verbose` option.
284
281
|import.report
285
282
286
283
|--skip-bad-entries-logging[=true\|false]
287
-
|Whether or not to skip logging bad entries detected during import.
284
+
|When set to `true`, the details of bad entries are not written in the log. Disabling logging can improve performance when the data contains lots of faults. Cleaning the data before importing it is highly recommended because faults dramatically affect the tool's performance even without logging.
288
285
|false
289
286
290
287
|--skip-bad-relationships[=true\|false]
@@ -514,10 +511,7 @@ Unicode character ID can be used if prepended by `\`.
514
511
|false
515
512
516
513
|--bad-tolerance=<num>
517
-
|Number of bad entries before the import is considered failed.
518
-
519
-
This tolerance threshold is about relationships referring to missing nodes.
520
-
Format errors in input data are still treated as errors.
514
+
|Number of bad entries before the import is aborted. The import process is optimized for error-free data. Therefore, cleaning the data before importing it is highly recommended. If you encounter any bad entries during the import process, you can set the number of bad entries to a specific value that suits your needs. However, setting a high value may affect the performance of the tool.
521
515
|1000
522
516
523
517
|--delimiter=<char>
@@ -649,7 +643,7 @@ This is done by using the `--verbose` option.
649
643
|import.report
650
644
651
645
|--skip-bad-entries-logging[=true\|false]
652
-
|Whether or not to skip logging bad entries detected during import.
646
+
|When set to `true`, the details of bad entries are not written in the log. Disabling logging can improve performance when the data contains lots of faults. Cleaning the data before importing it is highly recommended because faults dramatically affect the tool's performance even without logging.
0 commit comments