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