mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
35722be8ec
This is useful to overwrite settings in the initial query during force flush with SYSTEM FLUSH DISTRIBUTED. For example imagine that your server is out of queries (max_max_concurrent_queries_for_all_users had been reached), but you want to flush the distributed table anyway, after this patch you can use something like this: SYSTEM FLUSH DISTRIBUTED dist SETTINGS max_concurrent_queries_for_all_users=1000000 And also fix flush_on_detach for SYSTEM FLUSH DISTRIBUTED, it should ignore flush_on_detach. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
10000
|