Skip to main content
These settings are available in system.settings and are autogenerated from source.

create_if_not_exists

Enable IF NOT EXISTS for CREATE statement by default. If either this setting or IF NOT EXISTS is specified and a table with the provided name already exists, no exception will be thrown.

create_index_ignore_unique

Ignore UNIQUE keyword in CREATE UNIQUE INDEX. Made for SQL compatibility tests.

create_replicated_merge_tree_fault_injection_probability

The probability of a fault injection during table creation after creating metadata in ZooKeeper

create_table_empty_primary_key_by_default

Allow to create *MergeTree tables with empty primary key when ORDER BY and PRIMARY KEY not specified
Last modified on July 22, 2026