/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alexdebrie.com
| | christophermeiklejohn.com
3.0 parsecs away

Travel
| | [AI summary] The article challenges the traditional centralized database model, arguing that eventual consistency better reflects the physical world and proposing a new computational model where all participants are primary sources of truth.
| | timilearning.com
3.5 parsecs away

Travel
| | Spanner is a rare example of a distributed database that supports externally consistent distributed transactions. Many other databases either choose not to implement distributed transactions at all, or opt for weaker consistency models because of the performance cost involved. In this post, we'll learn how Google's TrueTime API enables it to provide this guarantee at a good performance.
| | architecturenotes.co
3.6 parsecs away

Travel
| | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.
| | pgdba.org
30.3 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.