dcramer / mangodb

A database that operates at CLOUD SCALE
897 stars 71 forks source link

Document MangoDB isolation level #66

Open sujayakar opened 10 months ago

sujayakar commented 10 months ago

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 commented 3 months ago

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

jamwt commented 3 months ago

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

dcramer commented 3 months ago

👀