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 →
Documentation for CREATE NAMED COLLECTION
CREATE NAMED COLLECTION [IF NOT EXISTS] name [ON CLUSTER cluster] AS key_name1 = 'some value' [[NOT] OVERRIDABLE], key_name2 = 'some value' [[NOT] OVERRIDABLE], key_name3 = 'some value' [[NOT] OVERRIDABLE], ...
CREATE NAMED COLLECTION foobar AS a = '1', b = '2' OVERRIDABLE;
Was this page helpful?