the speed of fast-reorg add multiple indexes with multi-schema change is slower than fast-reorg=0 #50990
Labels
affects-7.5
component/ddl
This issue is related to DDL of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
index1
((cast(col1
as char(253) array))), add indexindex2
((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
The text was updated successfully, but these errors were encountered: