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

Investigate 'FindLargeIn.find' regression

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Query Execution
    • Fully Compatible
    • QE 2023-03-06
    • 35
    • 5

      db.sbe_perf_latest.aggregate([{ $match: { test: /FindLargeIn.find/ } }, {$project: {_id: 0, signed_percent_change_stable: 1, test: 1, args_str: 1, task: 1}}])
      [
        {
          args_str: '{}',
          signed_percent_change_stable: -20.90477867709339,
          task: 'large_indexed_ins',
          test: 'FindLargeIn.find'
        },
        {
          args_str: '{}',
          signed_percent_change_stable: -17.085310204418036,
          task: 'large_indexed_ins',
          test: 'FindLargeIn.find'
        },
        {
          args_str: '{}',
          signed_percent_change_stable: -0.9761954395128356,
          task: 'large_indexed_ins',
          test: 'FindLargeIn.find'
        }
      ] 

            Assignee:
            ivan.fefer@mongodb.com Ivan Fefer
            Reporter:
            mihai.andrei@mongodb.com Mihai Andrei
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: