MySQL InnoDB does not free disk space after deleting data rows from table
P粉148434742
P粉148434742 2023-10-15 00:02:19

I have a MySQL table using the InnoDB storage engine; it contains about 2M data rows. When I delete data rows from the table, it does not free the allocated disk space. After running the optimize table command, the size of the ibdata1 file has not been reduced.

Is there any way to reclaim disk space from MySQL?

I'm in a bad situation; the application is running in about 50 different locations and now almost all of them are running out of disk space.

P粉148434742
P粉148434742

reply all(2)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!