In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
After going to work today, I suddenly found that the disk space of mysql from the library was suddenly full. After some inspection, I found that ibtmp1 took up a lot of space, which was almost 300g. According to the query, ibtmp1 file is a new feature of MySQL5.7. MySQL5.7 uses an independent temporary table space to store temporary table data, but it cannot be a compressed table. Temporary tablespaces are created when the instance is started and deleted when shutdown. This provides a separate tablespace for all uncompressed innodb temporary tables, and the default temporary tablespace file is ibtmp1, located in the data directory. We can specify the path and size of the temporary tablespace through the innodb_temp_data_file_path parameter, which defaults to 12m. Only by restarting the instance can you reclaim the size of the temporary tablespace file ibtmp1. Create temporary table and using temporary table will share this temporary tablespace. The default configuration is ibtmp1:12M:autoextend, which means that the file size can be increased indefinitely on systems that support large files.
Solution:
1. Modify the my.cnf configuration file:
Innodb_temp_data_file_path = ibtmp1:12M:autoextend:max:5G
two。 Restart the mysql service.
Note: to avoid similar situations in the future, be sure to limit the maximum value of temporary tablespaces, such as innodb_temp_data_file_path = ibtmp1:12M:autoextend:max:5G
When will mysql create a temporary table? refer to https://dev.mysql.com/doc/refman/5.7/en/internal-temporary-tables.html.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.