Distributed Transactions With Percolator
redixhumayun.github.io·79w
Preview
Report Post

This post covers a course that is part of TiDB’s talent plan on building a simple implementation of Percolator. You can find the course here

I stumbled upon the talent plan course by TiDB and decided to use it to understand distributed transactions (a.k.a Percolator) better.

The point of the Percolator course is to read the paper and implement it in Rust, so I’ll be diving into bits and pieces of the paper as well.

The excerpts from the paper are all rendered in an aside like this

Overview

Percolator came out of Google in 2010 as a way to run distributed transactions on top of Bigtable, Google’s distributed st…

Similar Posts

Loading similar posts...