Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpcc: Add list and range partitioned table options #86

Merged
merged 4 commits into from
Jun 4, 2021

Conversation

mjonss
Copy link
Contributor

@mjonss mjonss commented Jun 2, 2021

The tpcc test is a good match for partitioned tables, since the tables have a natural composite primary key including 'warehouse id'. This makes it good to test the different int based partitioning schemes like HASH, LIST and RANGE partitioned tables.

Currently only HASH was supported, this adds RANGE as well as two distributions of LIST partitioning (LIST partitioning, like it HASH or RANGE)

@CLAassistant
Copy link

CLAassistant commented Jun 2, 2021

CLA assistant check
All committers have signed the CLA.

@ChenPeng2013 ChenPeng2013 requested a review from mahjonp June 4, 2021 03:23
Copy link
Contributor

@mahjonp mahjonp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mahjonp mahjonp merged commit 59c3d73 into pingcap:master Jun 4, 2021
@mjonss mjonss deleted the add-list-and-range-part branch June 4, 2021 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants