v.25.10Improvement
Internal query planning improvement: use JoinStepLogical
Internal query planning improvement: use JoinStepLogical for CROSS JOIN. #88151 (Vladimir Cherkasov).Why it matters
This feature enhances the internal query planner by utilizing theJoinStepLogical component specifically for CROSS JOIN operations. It aims to improve the efficiency and logical handling of cross joins during query planning in ClickHouse.How to use it
Users do not need to take any explicit action. The improvement is applied internally in the query planner to optimizeCROSS JOIN processing automatically. Users will benefit from better query planning and potentially improved performance for queries involving CROSS JOIN.