Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Exquisite parameter-max_binlog_files

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Max_binlog_files is a parameter provided by the Percona MySQL branch to limit the number of binlog files. It is a very practical parameter when archived data is deleted and binlog grows rapidly.

This parameter also provides protection for the binlog being used, which is purge-proof, as shown below.

[root@mysql.sock] [(none)] > purge binary logs to 'bin.016222'

Query OK, 0 rows affected, 1 warning (0.01 sec)

[root@mysql.sock] [(none)] > > show warnings

+-+

| | Level | Code | Message | |

+-+

| Warning | 1867 | file. / bin.016215 was not purged because it was being read by 1 thread (s), purged only 0 out of 7 files. | |

+-+

1 row in set (0.00 sec)

$perror 1867

MySQL error code 1867 (ER_WARN_PURGE_LOG_IN_USE): file% s was not purged because it was being read by% d thread (s), purged only% d out of% d files.

It is also reflected in the error log.

2019-09-18T01:02:56.643574+08:00 10326541 [Warning] file. / bin.016215 was not purged because it was being readby thread number 17218543

2019-09-18T01:03:18.196285+08:00 17244031 [Warning] file. / bin.016215 was not purged because it was being readby thread number 17218543

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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report