Explore >> Select a destination


You are here

johnjr.dev
| | www.ahmed-ibrahim.com
2.3 parsecs away

Travel
| | What is the Database transaction? A transaction is a single logical unit of work which accesses and possibly modifies the contents of a...
| | surfingcomplexity.blog
2.3 parsecs away

Travel
| | In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work...
| | pgdba.org
1.1 parsecs away

Travel
| | [AI summary] This technical article explains the Multi-Version Concurrency Control (MVCC) and transaction isolation levels in PostgreSQL, including how XIDs work and common concurrency issues.
| | muratbuffalo.blogspot.com
13.4 parsecs away

Travel
| Joint work with Will Schultz . A transaction groups multiple operations into an all-or-nothing logical-box to reduce the surface area expose...