v.25.7Performance Improvement
Add new setting min_joined_block_size_rows
Add new settingmin_joined_block_size_rows(analogous tomin_joined_block_size_bytes; defaults to 65409) to control the minimum block size (in rows) for JOIN input and output blocks (if the join algorithm supports it). Small blocks will be squashed. #81886 (Nikita Taranov).