From e18bcd7038a438a1d47fb5a5b1553b3a3381c932 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Mon, 19 Sep 2016 16:18:35 +0200 Subject: [PATCH] Update INTERNALS.md --- INTERNALS.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index f601f15..d6b99dc 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -24,7 +24,7 @@ * [GALERA information](#mysqltuner-galera-information) * [TOKUDB information](#mysqltuner-tokudb-information) * [ThreadPool information](#mysqltuner-threadpool-information) - +* [Performance Schema information](#mysqltuner-pfs-information) ## MySQLTuner steps * Header Print @@ -269,3 +269,13 @@ * thread_pool_size between 16 to 36 for Innodb usage * thread_pool_size between 4 to 8 for MyIsam usage + +## MySQLTuner performance schema and sysschema information + +* High Cost SQL statements +* Top 5% slower queries +* Use temporary tables +* Unused Indexes +* Full table scans +* thread_pool_size between 4 to 8 for MyIsam usage +