Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_size_* session settings

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

max_size_to_preallocate_for_aggregation

Type
UInt64
Default
1000000000000
Version history
VersionDefault valueComment
24.121000000000000Enable optimisation for bigger tables.
22.12100000000This optimizes performance

For how many elements it is allowed to preallocate space in all hash tables in total before aggregatio

max_size_to_preallocate_for_joins

Type
UInt64
Default
1000000000000
Version history
VersionDefault valueComment
24.7100000000New setting.
24.121000000000000Enable optimisation for bigger tables.

For how many elements it is allowed to preallocate space in all hash tables in total before joi

Navigation