Comment by lateforwork
18 hours ago
> Postgres and MySQL don't default to serializable
Oracle and SQL Server also default to read committed, not serializable. Serializable looks good in text books but is rarely used in practice.
18 hours ago
> Postgres and MySQL don't default to serializable
Oracle and SQL Server also default to read committed, not serializable. Serializable looks good in text books but is rarely used in practice.
Yeah, the only examples I know of it being default are Spanner and Cockroach, which are for a different use case.