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

Add spill API in PlanExecutor

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution

      Add a public virtual method

      virtual void forceSpill() = 0;
      

      in PlanExecutor and implement this method in all classes that inherit from it (DocumentSource, classic , SBE, executor for the IDHACK). The forceSpill method should call the forceSpill of the 'root' stage in the execution tree.

            Assignee:
            Unassigned Unassigned
            Reporter:
            foteini.alvanaki@mongodb.com Foteini Alvanaki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: