v.24.7Performance Improvement
Optimized Query Performance with Buffered ORDER BY and High Selectivity Conditions
Optimized queries withORDER BYprimary key andWHEREthat have a condition with high selectivity by using buffering. It is controlled by settingread_in_order_use_buffering(enabled by default) and can increase memory usage of query. #64607 (Anton Popov).