Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-96562

Add a query benchmark to measure query shape computation effect on query latency

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • 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.

            Assignee:
            ivan.fefer@mongodb.com Ivan Fefer
            Reporter:
            ivan.fefer@mongodb.com Ivan Fefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: