From 0828c8beba6d4d314f701cefaca2b6d4ac1c647b Mon Sep 17 00:00:00 2001 From: Jacob Bunk Nielsen Date: Fri, 14 Jul 2023 14:14:20 +0200 Subject: [PATCH] Document that qsize-q will never give meaningful metrics with a single receiver thread. --- docs/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/performance.rst b/docs/performance.rst index 8c44ef2466..759c599516 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -260,7 +260,7 @@ Amount of packets in the packetcache qsize-q ^^^^^^^ -Number of packets waiting for database attention +Number of packets waiting for database attention, only available if :ref:`setting-receiver-threads` > 1 .. _stat-query-cache-hit: -- 2.47.2