From 4107f0751f4a84f9b931957ade61096b717d5ee0 Mon Sep 17 00:00:00 2001 From: Edo <114518634+Edo911@users.noreply.github.com> Date: Tue, 30 Sep 2025 18:15:27 +0300 Subject: [PATCH] query_cache_type.md Added query_cache_type variable and two articles to it. - [Tuning query_cache_type](https://releem.com/docs/mysql-performance-tuning/query_cache_type) - [Query Cache - Setting Up the Query Cache](https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/buffers-caches-and-threads/query-cache#setting-up-the-query-cache) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d27c5e0..cabe1cc 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ ### max_heap_table_size - [Tuning max_heap_table_size](https://releem.com/docs/mysql-performance-tuning/max_heap_table_size) - [Rule of thumb for tmp_table_size and max_heap_table_size MySQL properties](https://dba.stackexchange.com/questions/209411/rule-of-thumb-for-tmp-table-size-and-max-heap-table-size-mysql-properties) +### query_cache_type +- [Tuning query_cache_type](https://releem.com/docs/mysql-performance-tuning/query_cache_type) +- [Query Cache - Setting Up the Query Cache](https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/buffers-caches-and-threads/query-cache#setting-up-the-query-cache) ### read_rnd_buffer_size - [Tuning read_rnd_buffer_size](https://releem.com/docs/mysql-performance-tuning/read_rnd_buffer_size) - [MySQL: What read_buffer_size Value is Optimal?](https://www.percona.com/blog/2007/09/17/mysql-what-read_buffer_size-value-is-optimal/)