These settings are available in system.settings and are autogenerated from source.
min_joined_block_size_bytes
Type
UInt64
Default
524288
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 524288 | New setting. |
Minimum block size in bytes for JOIN input and output blocks (if join algorithm supports it). Small blocks will be squashed. 0 means unlimited.
min_joined_block_size_rows
Type
UInt64
Default
65409
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.7 | 65409 | New setting. |
Minimum block size in rows for JOIN input and output blocks (if join algorithm supports it). Small blocks will be squashed. 0 means unlimited.