Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add admonition about bookmarks #501

Merged
merged 2 commits into from
Oct 22, 2024
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
8 changes: 8 additions & 0 deletions modules/ROOT/pages/auradb/managing-databases/secondaries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Currently, they are static and do not support elastic or auto-scaling behavior.
The secondary count is retained when the database is paused and resumed.
For example, if your database has three secondaries and you pause it, it will resume with three secondaries.

[NOTE]
====
Secondaries can take some time to become operational after they are created, and there may be delays when the system is busy.
Causal consistency is maintained among your secondaries with the use of bookmarks and these also ensure that returned data is correct and up-to-date.
However, if the database is under heavy load, queries using bookmarks may also experience delays in adding Secondaries.
See link:https://neo4j.com/docs/operations-manual/current/clustering/introduction/#causal-consistency-explained[Operations Manual -> Causal consistency] for more information.
====

== Edit secondary count using the console

Once the feature is enabled for your project, you can see the secondary count set to zero on an instance card.
Expand Down