From 5e326a9824970c4c4e6ee73a7c3ddab4f3f2b95d Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Thu, 22 Apr 2021 08:56:21 +0300 Subject: [PATCH] Update settings.md --- docs/en/operations/settings/settings.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/operations/settings/settings.md b/docs/en/operations/settings/settings.md index 6a1b25982a0..db17fa905b0 100644 --- a/docs/en/operations/settings/settings.md +++ b/docs/en/operations/settings/settings.md @@ -854,8 +854,6 @@ For example, when reading from a table, if it is possible to evaluate expression Default value: the number of physical CPU cores. -If less than one SELECT query is normally run on a server at a time, set this parameter to a value slightly less than the actual number of processor cores. - For queries that are completed quickly because of a LIMIT, you can set a lower ‘max_threads’. For example, if the necessary number of entries are located in every block and max_threads = 8, then 8 blocks are retrieved, although it would have been enough to read just one. The smaller the `max_threads` value, the less memory is consumed.