|
|
|
|
|
by wmf
5913 days ago
|
|
If you keep adding servers indefinitely, it becomes slower and slower to commit every transaction to every server. The point of database partitioning is that a transaction that doesn't span partitions only touches a constant number of servers (usually 2 or 3). |
|