CC本
Philip A Bernstein, Vassos Hadzilacos, and Nathan Goodman. 1986. Concurrency control and recovery in database systems. Addison-Wesley Longman Publishing Co., Inc., USA.
https://dl.acm.org/doi/book/10.5555/17299
Snapshot Isolationについて最初に言及した文献?
A Critique of ANSI SQL Isolation Levels では
Snapshot Isolation is a type of multiversion concurrency control. It extends the Multiversion Mixed Method described in BHG, which allowed snapshot reads by readonly transactions.
と書かれている.