If I have 500GB table size, how big should the temp folder be in order to alter table information? I will be configuring temp in my.cnf and, in this example, I have 64 GB physical ram.
If I have 500GB table size, how big should the temp folder be in order to alter table information? I will be configuring temp in my.cnf and, in this example, I have 64 GB physical ram.
The size of the temp folder seems irrelevant according to the "Performance and Space Requirements" section in the manual for
ALTER
as the space is taken from the same location where the original table is located: https://dev.mysql.com/doc/refman/8.0/en/alter-table.htmland
...
...