Hello,
I would like to know if it possible to use the neo4j-admin incremental import to import data into an existing and modified database.
In my use case, I use neo4j-admin import to seed the database, and then I continuously add new data with cypher queries.
I need to add new relationships that have never been written to the db and are in the order of billions, so it would be faster to use the import command.
Is that possible?
From the documentation I read confusing explanations:
Admin import
The database is either empty or its content is unchanged since a previous incremental import.
Besides, you can update your graph by importing data incrementally, which is more performant than transactional insertion of such data.