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

Document MangoDB isolation level #66

Open
sujayakar opened this issue Nov 16, 2023 · 3 comments
Open

Document MangoDB isolation level #66

sujayakar opened this issue Nov 16, 2023 · 3 comments

Comments

@sujayakar
Copy link

A database system is serializable if a concurrent execution's schedule is equivalent to some arbitrary serial ordering of the transactions.

I claim that MangoDB offers fully serializable reads, since it orders all read transactions before all write transactions. MangoDB's innovative /dev/null storage engine sets a new standard for serializable transaction processing, and I'm looking forward to other databases adopting this protocol.

@jamwt
Copy link

jamwt commented Jun 26, 2024

The maintainer's silence on this matter speaks volumes. VOLUMES.

@jamwt
Copy link

jamwt commented Jun 26, 2024

Don't make us set Jepsen loose on this thing.

@dcramer
Copy link
Owner

dcramer commented Jun 26, 2024

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants