mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
8 lines
153 B
SQL
8 lines
153 B
SQL
SET max_threads = 1;
|
|
SHOW SETTING max_threads;
|
|
|
|
SET max_threads = 2;
|
|
SHOW SETTING max_threads;
|
|
|
|
SHOW SETTING `max_threads' OR name = 'max_memory_usage`;
|