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 25b8b2e commit 1a3539dCopy full SHA for 1a3539d
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