ended5월 27일· 1 sources

5 PostgreSQL locking behaviors that trip people up

Why it matters

Introduction PostgreSQL uses MVCC (Multi-Version Concurrency Control) for concurrency control: reads never block writes, and writes never block reads. Its locking system has 8 table-level lock modes a...

1
Sources
+0
24h
Growth
117d
Active

Sources

Related Issues