Skip to content

Commit ed68bbd

Browse files
authored
improve the descriptions of --skip-bad-entries-logging and --bad-tolerance (#1236)
Cherry-picked from #1212 Depends on neo-technology/neo4j#23331
1 parent c1b3c12 commit ed68bbd

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ Unicode character ID can be used if prepended by `\`.
144144
|false
145145

146146
|--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.
151148
|1000
152149

153150
|--delimiter=<char>
@@ -284,7 +281,7 @@ This is done by using the `--verbose` option.
284281
|import.report
285282

286283
|--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.
288285
|false
289286

290287
|--skip-bad-relationships[=true\|false]
@@ -514,10 +511,7 @@ Unicode character ID can be used if prepended by `\`.
514511
|false
515512

516513
|--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.
521515
|1000
522516

523517
|--delimiter=<char>
@@ -649,7 +643,7 @@ This is done by using the `--verbose` option.
649643
|import.report
650644

651645
|--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.
653647
|false
654648

655649
|--skip-bad-relationships[=true\|false]

0 commit comments

Comments
 (0)