Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

cross_join_* session settings

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

cross_join_min_bytes_to_compress

Type
UInt64
Default
1073741824
Version history
VersionDefault valueComment
24.51073741824Minimal size of block to compress in CROSS JOIN. Zero value means - disable this threshold. This block is compressed when any of the two thresholds (by rows or by bytes) are reached.

Minimal size of block to compress in CROSS JOIN. Zero value means - disable this threshold. This block is compressed when any of the two thresholds (by rows or by bytes) are reached.

cross_join_min_rows_to_compress

Type
UInt64
Default
10000000
Version history
VersionDefault valueComment
24.510000000Minimal count of rows to compress block in CROSS JOIN. Zero value means - disable this threshold. This block is compressed when any of the two thresholds (by rows or by bytes) are reached.

Minimal count of rows to compress block in CROSS JOIN. Zero value means - disable this threshold. This block is compressed when any of the two thresholds (by rows or by bytes) are reached.

Navigation