[Dbix-class] Re: RFC - some DBMS features you use

Dagfinn Ilmari Mannsåker ilmari at ilmari.org
Fri Feb 5 11:22:41 GMT 2010


Rob Kinyon <rob.kinyon at gmail.com> writes:

> MVCC is, afaik, the only way to do properly serializable transactions.
> Oracle does this, but no-one else does.

PostgreSQL uses MVCC as well, and although it supports serializable
transactions, the default isolation level is "read committed".

-- 
ilmari
"A disappointingly low fraction of the human race is,
 at any given time, on fire." - Stig Sandbeck Mathisen




More information about the DBIx-Class mailing list