IntermediateVocabulary#distributed-systems#backend#architecture

Horizontal Partitioning Vocabulary

Learn the vocabulary of splitting a table's rows across multiple servers by a partition key to scale beyond one server's capacity.

0 / 5 completed
1 / 5
A teammate explains that a large orders table is split by row, so orders for customers A through M live on one database server and orders for customers N through Z live on another, with every server storing the same set of columns for its own subset of rows. What data-partitioning strategy is being described?