v.18.12Improvement
Improved PREWHERE Performance and Expression Transfer
Improved performance when usingPREWHEREand with implicit transfer of expressions inPREWHERE.
Why it matters
This feature aims to enhance query execution efficiency by better leveraging thePREWHERE clause to filter data earlier and more effectively. Implicit transfer of expressions allows more conditions to be applied at the PREWHERE stage without requiring manual rewriting, thereby reducing the amount of data processed and improving overall query performance.How to use it
Users can benefit from this improvement by continuing to usePREWHERE in their queries as before. The system now implicitly transfers relevant expressions into the PREWHERE clause automatically, requiring no additional changes in query syntax.