v.19.8Improvements

Batched Version of Rowreflist for ALL JOINS

Batched version of RowRefList for ALL JOINS. #5267 (Artem Zuikov)
Introduces a batched version of RowRefList applied to all JOIN operations in ClickHouse.

Why it matters

This feature optimizes JOIN query performance by processing row references in batches rather than individually. It improves memory efficiency and speeds up execution for all types of JOINs, providing users with faster and more resource-efficient JOIN operations.

How to use it

This optimization is integrated into ClickHouse's JOIN processing engine by default. Users benefit from improved JOIN performance without needing to change their queries or configurations.