We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b80e commit f7ffc7fCopy full SHA for f7ffc7f
modules/ROOT/pages/import.adoc
@@ -13,7 +13,7 @@ You should use this tool when:
13
* Import performance is important because you have a large amount of data (millions/billions of entities).
14
* The database can be taken offline and you have direct access to one of the servers hosting your Neo4j DBMS.
15
* The database is non-existent or empty and you need to perform the initial data load.
16
-* You need to update your graph with large amount of data.
+* You need to update your graph with a large amount of data.
17
In this case, importing data incrementally can be more performant than transactional insertion.
18
+
19
[NOTE]
0 commit comments