No description
Citus logo
PostgreSQL rocks, except when it blocks: Understanding locksWhile the open source Postgres database is amazing at running multiple operations at the same time, there are cases in which Postgres needs to block an operation using a lock. This post by Marco Slot & the distributed database team at Citus Data is all about understanding locking behaviors in Postgres.