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

v6.6 is 17% slower for adding index using tidb_ddl_enable_fast_reorg #41534

Closed
dbsid opened this issue Feb 17, 2023 · 0 comments · Fixed by #41549
Closed

v6.6 is 17% slower for adding index using tidb_ddl_enable_fast_reorg #41534

dbsid opened this issue Feb 17, 2023 · 0 comments · Fixed by #41549
Assignees
Labels
severity/moderate type/bug The issue is confirmed as a bug.

Comments

@dbsid
Copy link
Contributor

dbsid commented Feb 17, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. turn on tidb_ddl_enable_fast_reorg
  2. restore ossinsight dataset
  3. alter table github_events add index test_idx(repo_id,type,action,closed_at,actor_login)

2. What did you expect to see? (Required)

no performance regression

3. What did you see instead (Required)

17% performance regression

4. What is your TiDB version? (Required)

v6.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants