Explore >> Select a destination


You are here

timilearning.com
| | systemdesign.one
2.6 parsecs away

Travel
| | scalable broadcast algorithm in distributed system
| | muratbuffalo.blogspot.com
3.1 parsecs away

Travel
| | This paper investigates an interesting and promising research problem: how can we implement distributed transactions more efficiently by pe...
| | www.adamconrad.dev
0.8 parsecs away

Travel
| | Ch 9 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann.
| | timilearning.com
17.7 parsecs away

Travel
| Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions.