Drop partition DDL without Global Index uses more State changes than needed
Open
component/tablepartition
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Drop partition is currently using StatePublic->StateDeleteOnly->StateDeleteReorganization->StateNone regardless if the table has a global index or not.
It should only need a single state change StatePublic->StateNone for dropping a partition, similar to how Truncate Partition works.
Contributor guide
Assessment
This issue has not been assessed yet.