From 323567c27ab820b27c3b5b82806c05277f1b4e82 Mon Sep 17 00:00:00 2001 From: Edo <114518634+Edo911@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:45:53 +0300 Subject: [PATCH] optimizer_search_depth.md Added the optimizer_search_depth variable and two articles to it. - [Tuning optimizer_search_depth](https://releem.com/docs/mysql-performance-tuning/optimizer_search_depth) - [Setting optimizer search depth in MySQL | MariaDB](https://mariadb.com/resources/blog/setting-optimizer-search-depth-in-mysql/) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d27c5e0..576215c 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) +### optimizer_search_depth +- [Tuning optimizer_search_depth](https://releem.com/docs/mysql-performance-tuning/optimizer_search_depth) +- [Setting optimizer search depth in MySQL | MariaDB](https://mariadb.com/resources/blog/setting-optimizer-search-depth-in-mysql/) ### 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/)