The instant drop/add column feature is a primary cause of performance degradation in 8.0.29. Pinpointing the exact line is challenging due to the patch's tens of thousands of lines.
commit e8f422de8595f65f05f88ea4d4c94c7dfd365afd (HEAD)
Author: Mayank Prasad <[email protected]>
Date: Mon Dec 20 05:14:49 2021 +0100
WL#13899 : INSTANT DROP (and ADD) COLUMN
To provide functionality to DROP COLUMN with ALGORITHM=INSTANT from any
position in table. Also new design enhances existing functionality to
ADD COLUMN with ALGORITHM=INSTANT by allowing column to be added at any
position.
RB : 26475
Approved-by : Debarun Banerjee <[email protected]>
Annamalai Gurusami <[email protected]>