These settings are available in system.settings and are autogenerated from source.
cross_join_min_bytes_to_compress
Type
UInt64
Default
1073741824
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.5 | 1073741824 | 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. |
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
| Version | Default value | Comment |
|---|---|---|
| 24.5 | 10000000 | 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. |
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.