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 →
System table containing information about ClickHouse server’s build options.
name
value
SELECT * FROM system.build_options LIMIT 5
┌─name─────────────┬─value─┐ │ USE_BROTLI │ 1 │ │ USE_BZIP2 │ 1 │ │ USE_CAPNP │ 1 │ │ USE_CASSANDRA │ 1 │ │ USE_DATASKETCHES │ 1 │ └──────────────────┴───────┘
Was this page helpful?