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;
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