Skip to content

Comment on Why CockroachDB doesn't use EvalPlanQual

Comments

Which of these strategies does Postgres use under Repeatable Read?

PG only uses EvalPlanQual under read committed isolation. Under repeatable read the first update fails with a "could not serialize" error, just as it does under serializable.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.