v.19.5Improvement
Buffer Table Engine Now Supports PREWHERE
Buffertable engine now supportsPREWHERE. #4671 (Yangkuan Liu)
Why it matters
This feature enables more efficient data filtering before full query execution when using theBuffer engine, improving query performance by reducing the volume of data processed.How to use it
Users can write queries onBuffer tables including the PREWHERE clause just like with other table engines, to pre-filter data early in the query pipeline.