-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workload/tpcc: support multiple partitioning strategies
This commit adds support for two different partitioning strategies: replication partitioning and lease partitioning. The former is the only strategy we supported before and constrains replication for a given partition to within a single zone. The latter is new and collocates read leases for a given partition to within a single zone. Release note: None
- Loading branch information
1 parent
76c85ea
commit 3ebed10
Showing
2 changed files
with
167 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters