sensei icon indicating copy to clipboard operation
sensei copied to clipboard

Adding the ability for sensei filters to estimate cardinality to optimize filter execution order

Open jhartman opened this issue 11 years ago • 0 comments

Adding the ability for sensei filters to estimate cardinality to optimize filter execution order and traverse fewer documents

I think an optimizer where available would be incredibly useful for the sensei filters. Right now ANDs just execute in whatever order they are given. Executing the lowest cardinality AND first could result in a large performance gain

jhartman avatar Jul 29 '13 14:07 jhartman