v.1.1.54388Experimental Feature
Added Conditional Calculation for 'and' Arguments
Added the ability to calculate and arguments only where they are needed (Anastasia Tsarkova)Why it matters
This feature improves query performance by avoiding unnecessary calculations ofAND condition arguments when their values do not affect the overall result, thus reducing computation overhead.How to use it
This optimization is applied automatically in query evaluation; users do not need to enable it explicitly. Queries involvingAND conditions will benefit from this enhancement without any syntax changes.