|
You are here |
johnjr.dev | ||
| | | | |
surfingcomplexity.blog
|
|
| | | | | 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... | |
| | | | |
architecturenotes.co
|
|
| | | | | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases. | |
| | | | |
pgdba.org
|
|
| | | | | ||
| | | | |
loonytek.com
|
|
| | | [Sharing my answer to the above question on Quora] Horizontal Scaling - also referred to as "scale-out" is basically the addition of more machines or setting up a cluster or a distributed environment for your software system. This usually requires a load-balancer program which is a middle-ware component in the standard 3 tier client-server architectural... | ||