-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-48323: Causal consistency feedback #224
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
DOCSP-48323: Causal consistency feedback #224
Conversation
✅ Deploy Preview for docs-pymongo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/write/transactions.txt
Outdated
@@ -90,7 +95,7 @@ consistent sessions provide: | |||
``delete_one()`` to delete the retrieved document, the driver runs the find | |||
operation first. | |||
|
|||
In a causally consistent session, MongoDB ensures a causal relationship between the | |||
In a causally consistent session, MongoDB only guarantees causal consistency between the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a causally consistent session, MongoDB only guarantees causal consistency between the | |
In a causally consistent session, MongoDB guarantees causal consistency between only the |
source/write/transactions.txt
Outdated
A client session guarantees causal consistency even if it is not used within a | ||
transaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not sure exactly what this means; maybe add some explanation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for brainstorming
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48323
Staging Links
Self-Review Checklist