Skip to content

Commit 4107746

Browse files
Add --schema to incremental import.
1 parent fb92172 commit 4107746

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,10 @@ If you need to debug the import, it might be useful to collect the stack trace.
866866
This is done by using the `--verbose` option.
867867
|import.report
868868

869+
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition]
870+
|Path to the file containing the Cypher commands for creating indexes and constraints during data import.
871+
|
872+
869873
|--skip-bad-entries-logging[=true\|false]
870874
|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.
871875
|false

0 commit comments

Comments
 (0)