Added Setting for Adaptive Memory Spill Scheduler in Grace JOINs
Official CH changelog text
Added a new setting, enable_adaptive_memory_spill_scheduler that allows multiple Grace JOINs in the same query to monitor their combined memory footprint and trigger spilling into external storage adaptively to prevent MEMORY_LIMIT_EXCEEDED. #72728 (lgbo).