Changeset 2656208
- Timestamp:
- 01/11/2022 11:21:01 PM (4 years ago)
- File:
-
- 1 edited
-
mysql-query-cache-stats/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mysql-query-cache-stats/trunk/readme.txt
r2644728 r2656208 12 12 13 13 == Description == 14 Admin dashboard widget monitoring of [query cache](https://mariadb.com/resources/blog/flexible-mariadb-server-query-cache) performance statistics - to optimize sizing of query cache memory amount and other related configurable settings. 15 Monitor `Options Autoload Size` growth, ensure fit into `Query_cache_limit`. 16 Understand when `Qcache_lowmem_prunes` occur. 14 Admin dashboard widget monitoring of [query cache](https://mariadb.com/resources/blog/flexible-mariadb-server-query-cache) performance statistics - to optimize sizing configuration and highlight bottlenecks. 15 16 Query for 'Options Autoload Size' is freshly executed on each page load and its result size increases constantly over time and is closely related to the amount of data plugins save. 17 18 Heavy plugins might increase very significantly this query result size. 19 Poorly written plugins have been found to constantly increase this query result size. 20 Oversized 'Options Autoload Size' result is a top factor in slow wordpress sites and the potential cause of sudden performance degradation. 21 22 Monitor 'Options Autoload Size' fits into both 'Query_cache_size' and 'Query_cache_limit'. 23 Monitor when 'Qcache_lowmem_prunes' occur. 24 17 25 18 26 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.