Relations If you look inside tables and indexes, it turns out that they are organized in a similar way. Both are database objects that contain…
View More Snapshot Isolation and Multi Version Concurrency Control in PostgreSQL-2Tag: mvcc
Concurrency Control
Concurrency Control is a mechanism that maintains consistency and isolation, which are two properties of the ACID, when several transactions run concurrently in the database.…
View More Concurrency Control