Hi All
Just a question I'm hoping someone can answer.
When using innodb_file_per_table, when records are deleted and the table is not optimized or truncated. Is the deleted space reused in the .ibd file? an example:
The table is 10gb. You delete approx. 5gb of data. Does the system write to the "freed" 5gb first, before increasing the overall file size, or does it remain unclaimed white-space until you optimize or truncate?
Many thanks
Just a question I'm hoping someone can answer.
When using innodb_file_per_table, when records are deleted and the table is not optimized or truncated. Is the deleted space reused in the .ibd file? an example:
The table is 10gb. You delete approx. 5gb of data. Does the system write to the "freed" 5gb first, before increasing the overall file size, or does it remain unclaimed white-space until you optimize or truncate?
Many thanks