Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

enable_lightweight_* session settings

These settings are available in system.settings and are autogenerated from source.

enable_lightweight_delete

Aliases: allow_experimental_lightweight_delete

Type
Bool
Default
1

Enable lightweight DELETE mutations for mergetree tables.

enable_lightweight_update

Beta feature

Aliases: allow_experimental_lightweight_update

Type
Bool
Default
1
Version history
VersionDefault valueComment
25.81Lightweight updates were moved to Beta. Added an alias for setting 'allow_experimental_lightweight_update'.

Allow to use lightweight updates.

Navigation