PostgreSQL serialization failure

ID: postgresql-serialization-failure

PostgreSQL serialization failure by Ciro Santilli 35 Updated +Created
When using SQL REPEATABLE READ isolation level and SQL SERIALIZABLE isolation level, concurrent transactions may fail with a serialization failure, and then you might need to retry them. You server code or your ORM must always account for that.
A good way to explore when it happens is to use the example

New to topics? Read the docs here!