Change lookup_pushdown.js to allow disk use by default

XMLWordPrintableJSON

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

      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
              Reporter:
              David Storch
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: