Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should use this tool when:
* Import performance is important because you have a large amount of data (millions/billions of entities).
* The database can be taken offline and you have direct access to one of the servers hosting your Neo4j DBMS.
* The database is non-existent or empty and you need to perform the initial data load.
* You need to update your graph with large amount of data.
* You need to update your graph with a large amount of data.
In this case, importing data incrementally can be more performant than transactional insertion.
+
[NOTE]
Expand Down