ClickHouse/dbms/tests/queries/0_stateless/00964_os_thread_priority.sql
2019-07-08 04:01:52 +03:00

4 lines
112 B
SQL

-- the setting exists and server does not crash
SET os_thread_priority = 10;
SELECT count() FROM numbers(1000);