← Back to team overview

maria-developers team mailing list archive

Re: [Commits] 95a99d8: MDEV-8303; Dumping buffer pool noisy in the logs.

 

This has now been added to the documentation :)

On 20/06/2015 09:46, Daniel Black wrote:

Will only get used if documented:

https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/ +
https://mariadb.com/kb/en/mariadb/server-system-variables/

----- On 18 Jun, 2015, at 6:45 PM, Jan Lindström jan.lindstrom@xxxxxxxxxxx wrote:

revision-id: 95a99d8dd96be43369d5be9cc23735a1ce86674a
parent(s): b94eaff8d90a60b9dea3b5b68fbde3d35563127b
committer: Jan Lindström
branch nick: 10.1-encryption
timestamp: 2015-06-18 08:38:33 +0300
message:

MDEV-8303; Dumping buffer pool noisy in the logs.

Added new dynamic configuration variable innodb_buf_dump_status_frequency
to configure how often buffer pool dump status is printed in the logs.
A number between [0, 100] that tells how oftern buffer pool dump status
in percentages should be printed. E.g. 10 means that buffer pool dump
status is printed when every 10% of number of buffer pool pages are
dumped. Default is 0 (only start and end status is printed).



References