Explore >> Select a destination


You are here

siemens.blog
| | surfingcomplexity.blog
14.5 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...
| | justinjaffray.com
17.3 parsecs away

Travel
| |
| | postgresql.verite.pro
18.4 parsecs away

Travel
| | To avoid having concurrent transactions interfere with each other,SQL engines implement isolation as a feature.This property corresponds to the I letter in t...
| | vertabelo.com
38.2 parsecs away

Travel
| The art of designing a good database is like swimming. It is relatively easy to start and difficult to master. If you want to learn to design databases, you should for sure have some theoretic background, like knowledge about database normal forms and transaction isolation levels. But you should also practice as much as possible, because the sad truth is that we learn most... by making errors.