You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: