Hi.
During altering table process MySql copy all data to tmp, to backup it. And only after it - altering, that part takes about few seconds. In case of big amount of data - table size ~300GB - this process could take us long period of time.
Is there any way to turn this "copy to tmp" option off?
During altering table process MySql copy all data to tmp, to backup it. And only after it - altering, that part takes about few seconds. In case of big amount of data - table size ~300GB - this process could take us long period of time.
Is there any way to turn this "copy to tmp" option off?
Comment