Skip to content

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

@seiya-annie

Description

@seiya-annie

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

Metadata

Metadata

Assignees

Labels

affects-7.5This bug affects the 7.5.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.severity/majortype/bugThe issue is confirmed as a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions