Skip to content

mysql-table-cache: Add table_open_cache_overflows over uptime as metric #968

@u-j-moser

Description

@u-j-moser

Describe the solution you'd like

Add table_open_cache_overflows and table_open_cache_overflows per second to the metrics of mysql-table-cache plugin

Additional context

If a MySQL/MariaDB instance has a lot of table cache overflows this can also cause significant performance degradation because tables get opened and closed over and over again causing additional checkpoints because they first need to be cleaned up before closing them and opening is also an expensive task. That's why table_open_cache exists.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions