DEV Community

Discussion on: Deeply understand Isolation levels and Read phenomena in MySQL & PostgreSQL

Collapse
 
peterkravets profile image
PeterKravets

Nice articles! Thank you very much!!!
Do Postgres repeatable, or serializible isolation levels prevent from race conditions and deadlocks? Could we just use one of these isolation levels and don't use 'SELECT ... FOR UPDATE' etc., and be sure that there won't be race conditions and deadlocks?