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

Change lookup_pushdown.js to allow disk use by default

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Fully Compatible
    • QE 2022-07-11

      In related ticket SERVER-63208, we are planning to specify allowDiskUseByDefault:false in this test. It was originally written to expect that disk use is prohibited by default, which means that when no index is available we fall back to a nested loop join rather than a hash join.

      Given that we are making disk use allowed by default in this project, it probably makes sense for this test to use allowDiskUseByDefault:true and to expect to fall back to hash join for small collections rather than nested loop join.

      CC eric.cox@mongodb.com

            Assignee:
            alberto.massari@mongodb.com Alberto Massari
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: