ClickHouse/docs/en
Sean Haynes 77dd869414
Add ability to log when max_partitions_per_insert_block is reached (#50948)
* Add ability to log when max_partitions_per_insert_block is reached

There's plenty of reasons to drop max_partitions_per_insert_block
down from it's default of 100, with the main one being even touching
remotely close to this number of partitions will create a lot of
merge activity that can de-stabilise a cluster.

This commit adds the ability to log when the above limit is reached
rather than throw an exception, so that you can gauge the impact on
users when dropping this value down.

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

---------

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-08-07 23:28:19 +02:00
..
development Merge pull request #52687 from alkorgun/fix-named-collections-on-cluster-23.7 2023-08-03 14:50:28 +02:00
engines Add optional parameters to Engine definition 2023-08-07 09:55:16 +02:00
getting-started Docs: Mention homebrew as an alternative and non-production install method 2023-07-03 21:17:13 +00:00
interfaces Merge branch 'master' into formats-with-subcolumns 2023-08-02 15:24:56 +02:00
operations Add ability to log when max_partitions_per_insert_block is reached (#50948) 2023-08-07 23:28:19 +02:00
sql-reference Merge pull request #50795 from ClickHouse/azure_table_function_cluster 2023-08-07 09:16:52 +02:00