✳flâneur — a map of the web's best reading
Distributed Transactions | Database Systems
cs186berkeley.net · 2,639 words · saved by 1 readers
Online textbook for CS186, Berkeley’s Database Systems course.
Distributed Transactions - Database Systems Distributed Transactions | Database Systems Search Menu Expand Document Database Systems Save this note as PDF Introduction For much of this semester, we assumed that transactions ran on databases where all of the data existed on one node (machine). This is often the case for databases with lighter workloads, but as demand increases, databases scale out to improve performance by using a Shared Nothing architecture . Each node receives a partition of the data set that is distributed based on a range or hash key and is connected to other nodes through
Explore this link on the map →related reading
- DBMS Musings: It’s Time to Move on from Two Phase Commitdbmsmusings.blogspot.com
- A Distributed Systems Reading Listferd.ca
- Let’s take a crack at understanding distributed consensuspreethikasireddy.com
- Recovery - Database Systemscs186berkeley.net
- Notes on Distributed Systems for Young Bloods – Something Similarsomethingsimilar.com
- Every System is a Log: Avoiding coordination in distributed applications | Restaterestate.dev
- Building a BFT JSON CRDTjzhao.xyz
- https://pdos.csail.mit.edu/6.824/notes/l-spanner.txtpdos.csail.mit.edu
- Students' Guide to Raft :: Jon Gjengsetthesquareplanet.com
- Distributed systems for fun and profitbook.mixu.net
- How to do distributed locking - Martin Kleppmann's blogmartin.kleppmann.com
- What is the difference between PBFT, Tendermint, HotStuff, and HotStuff-2?decentralizedthoughts.github.io