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

release-20.2: workload/tpcc: properly partition order.order_idx index #55639

Merged

Conversation

nvanbenschoten
Copy link
Member

Backport 1/1 commits from #54064.

/cc @cockroachdb/release


Spotted by @drewdeally.

We were quoting the table name in order to avoid clashing with the
reserved keyword, but this was tripping up the index existence check.
We were then silently swallowing this error. This meant that the table
was not properly partitioned, which likely had a large negative impact
on New-Order transactions, which insert into the table.

While here, remove references to the three indexes deleted in #52931.

Release justification: testing only.

We were quoting the table name in order to avoid clashing with the
reserved keyword, but this was tripping up the index existence check.
We were then silently swallowing this error. This meant that the table
was not properly partitioned, which likely had a large negative impact
on New-Order transactions, which insert into the table.

While here, remove references to the three indexes deleted in cockroachdb#52931.

Release justification: testing only.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@aayushshah15 aayushshah15 left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @aayushshah15)

@nvanbenschoten nvanbenschoten merged commit 03e5ced into cockroachdb:release-20.2 Oct 19, 2020
@nvanbenschoten nvanbenschoten deleted the backport20.2-54064 branch October 19, 2020 20:10
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