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.