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

Remove redundant calls to set/use cqfIfEligible

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • Fully Compatible

      Remove redundant calls in getExecutor

      cq->setUseCqfIfEligible(true);

       
      alongside the matching with methods:

      void setUseCqfIfEligible(bool useCqfIfEligible) { _useCqfIfEligible = useCqfIfEligible; }
      bool useCqfIfEligible() const { return _useCqfIfEligible; }
      

       

            Assignee:
            matt.olma@mongodb.com Matt Olma
            Reporter:
            matt.olma@mongodb.com Matt Olma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: