Skip to content

Document MangoDB isolation level #66

@sujayakar

Description

@sujayakar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions