Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
Add monitoring of temporary disk usage.
This includes:
- All temporary files created as part of query / analyze processing
- All internal temporary tables (Aria/MyISAM) created as part of query processing.
- Space used by REPAIR TABLE (for Aria/MyISAM at least).
It will not include:
- Space used by CREATE TEMPORARY TABLE.
The used temporary space will be stored 'live' in local and global status.
It will also be shown in information_schema.processlist, performance_schema and in the slow query log.
In the slow query log, we will store the largest temp usage during the logged query execution.
Attachments
Issue Links
- relates to
-
MDEV-9101 Limit size of created disk temporary files and tables
- Closed