[Enhancement]: reorder expr plan for conjunct expr and using pre filter for heavy expr #39869
Open
1 task done
Labels
kind/enhancement
Issues or changes related to enhancement
Is there an existing issue for this?
What would you like to be added?
add some optimization to multi-and or multi-or exprs.
for expr like ' A < 5 && B == 'a' || json['a'] = 'c' ....' which has long multi sub exprs. now milvus execute them one by one as user specified.
but some heavy operations like json and array ..etc , them cost a lot. if we can postpone them and let light expr execute first. using preceding expr info to help reduce scan data.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: