Add additional testcases to synthetic benchmarks to catch additional regressions

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      following query can be used to generate regressions between MP and CBR

      const query = {
          a: { $gte: 1, $lte: worksLimit + 1 },
          b: { $gte: 1, $lte: worksLimit + 1 },
          c: 1
      };
      

            Assignee:
            Unassigned
            Reporter:
            Peter Volk
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: