Lack of interest Schema changes for large tables should support MySQL/MariaDB "instant add" columns

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Xon

Well-known member
Modern versions of MySQL and MariaDB support "instant add" columns, but this have restrictions.

Generally only if the columns are appended to the table, and limitations on if it is nullable or not.

One limitation is you need to add indexes separately from the columns which can be "instantly added".

Ref;
 
Last edited:
Upvote 5
This suggestion has been closed. Votes are no longer accepted.
This suggestion brought to you by ~20 minutes on bare-metal modern hardware with a very good NVMe SSD to add the XF2.2 xf_post changes vs ~6 minutes to add the thread_id_score_date index after "instant add" of the type_data/vote_score/vote_count columns on a VM on a vastly slow SSD.
 
Top Bottom