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

the speed of fast-reorg add multiple indexes with multi-schema change is slower than fast-reorg=0 #50990

Closed
seiya-annie opened this issue Feb 5, 2024 · 0 comments · Fixed by #51037
Assignees
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/major type/bug This issue is a bug.

Comments

@seiya-annie
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. enable fast-reorg
  2. disable tidb_enable_dist_task
  3. alter table items add index index1 ((cast(col1 as char(253) array))), add index index2 ((cast(col2 as char(32) array)));

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

add index successfully and speed is faster than fast-reorg=0

3. What did you see instead (Required)

the speed is slower than fast-reorg=0

4. What is your TiDB version? (Required)

7.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/major type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants