Utilize fast reorg for adding index triggered by 'modify column' and 'reorg partition'
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
In the current implementation, adding indexes triggered by 'modify column' and 'reorg partition' backfills data by the legacy txn way, which is slow. We can utilize fast reorg to speed up this process.
Contributor guide
Assessment
This issue has not been assessed yet.