Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
How to enforce limit on max query execution time
max_execution_time
clickhouse-cloud :) SELECT 1 SETTINGS max_execution_time=0.0001 SELECT 1 SETTINGS max_execution_time = 0.0001 Query id: 3db752a7-b94f-4456-b3b9-ccbf290d1394 0 rows in set. Elapsed: 0.113 sec. Received exception from server (version 23.5.1): Code: 159. DB::Exception: Received from service.aws.clickhouse.cloud:9440. DB::Exception: Timeout exceeded: elapsed 0.000557862 seconds, maximum: 0.0001. (TIMEOUT_EXCEEDED)
Was this page helpful?