-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-11-11
On a small queries query shape computation is cheap, but what about more complex queries big predicates?
We need a benchmark that does two queries:
1. Complex predicate, complex projection, 1 matching documents.
2. Worst case from Query Shape standpoint - simple predicate, complex projection, no matching documents. In this case we will never execute the projection, but we still build a query shape for it.
- related to
-
SERVER-96774 Add a microbenchmark which isolates the query system
- Needs Scheduling