recall

← recall

serializable snapshot isolation term

snapshot isolation + detection of dangerous read-write conflicts

Postgres 'serializable' level. Optimistic — runs at snapshot speed, aborts conflicting transactions. Better throughput than 2PL serializable.

aliases: SSI

topics: databases, correctness, internals

references: