Skip to content

Conversation

@jackwaudby
Copy link
Contributor

@jackwaudby jackwaudby commented Nov 6, 2025

Fixes CONTROL-351

@jackwaudby jackwaudby added the dev label Nov 6, 2025
@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-operations-2704.surge.sh

Updated pages:

* 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 either empty or its content is unchanged since a previous incremental import.
* The database is either empty.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This no longer looks like a proper sentence. For the removed incremental import part here are the constraints that apply:

  • database is stopped and an incremental import is run from start to end, or
  • database is stopped, prepare step of incremental import is run. Database can potentially be started in read-only mode while build step of incremental import is run and then finally the database is stopped while merge step of incremental is run. To run the steps prepare, build and merge split like that with taking the db online/offline is a bit complicated so I can't imagine many users doing this, if any.

Also, feel free to rephrase this however you want, if you'd want any of this information in here.

Starting the clustered database after an incremental import without reseeding or performing the incremental import on a single server while the database remains online on other clustered members may result in unpredictable consequences, including data inconsistency between cluster members.
To perform an incremental import in a clustered environment first alter the database topology to 1 primary using xref:procedures.adoc#procedure_dbms_recreateDatabase[`dbms.recreateDatabase()`].
Then stop the database using xref::database-administration/standard-databases/start-stop-databases.adoc#manage-databases-stop[STOP DATABASE].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no knowledge of the steps involved for clustering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants