Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
MySQL will rebuild table when dealing with request like drop column or change column ordering, as rebuilding cost a lot of time and block requests on referred tables. it may case the server unavailable.
So we should solve problems by using new method.
Attachments
Issue Links
- duplicates
-
MDEV-15562 Instant DROP COLUMN or changing the order of columns
- Closed