v.24.7New Feature
Add ASOF JOIN Support for full_sorting_join Algorithm
Why it matters
This feature enhances ClickHouse's join capabilities by enabling the use of thefull_sorting_join algorithm with ASOF JOIN operations. It improves performance and flexibility when performing time-series or interval-based joins that require approximate matching.How to use it
To use this feature, specifyASOF JOIN in your query and ensure the join uses the full_sorting_join algorithm, which will now support ASOF semantics automatically without additional configuration.