Today I received a disk warning notification from Alibaba Cloud. I checked and found that 80G of the 100G space had been used. If I decide to delete the data before January 1, 2018, I will find that the available disk space has not decreased after deletion, but has increased rapidly. This made me very anxious, and the database was locked soon. I quickly searched Baidu and found out that after deleting, the disk would not be reduced, and I had to execute The final decision was to export a table and transfer it to a sql file. It took 40 minutes to complete the export. Then I deleted the table. The server suddenly had 50G more available space. So I ran the sql file again to restore the data, which took a full 150 minutes. After the execution, 70G of disk space was used. Then After deleting data, the MySQL space will not be reduced. You need to execute Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Navicat cannot create function solution sharing
>>: Native JS to implement click number game
Table of contents 1. Basic Concepts of GTID 2. GT...
Detailed explanation of MySQL stored procedures, ...
Table of contents 1. Preparation before developme...
Sorting query (order by) In e-commerce: We want t...
This article example shares the specific code of ...
This article mainly introduces how some content i...
Table of contents 1. Map accepts any type of key ...
This article example shares the specific code for...
1. Install Apache $ sudo apt update && su...
Table of contents 1. Back up the old MySQL5.7 dat...
<br />The content is reproduced from the Int...
Table of contents Preface Generation of redo log ...
Table of contents Configure node.js+nvm+npm npm s...
This is the effect to be achieved: You can see th...
Generally speaking, in order to get more complete...