Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9532

Docs for SERVER-23980: $graphLookup should spill to disk if allowDiskUse is specified

    • Type: Icon: Task Task
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • 3.5 Desired
    • Affects Version/s: None
    • Component/s: Server
    • Labels:
      None

      Engineering Ticket Description:

      $graphLookup should spill to disk when the size of the frontier and the visited set exceeds the maximum memory usage. In particular, DocumentSourceGraphLookUp::checkMemoryUsage() should be modified to spill if the size of the two data structures is too large. Second, any place where the frontier or visited set is iterated will need to be updated to use a file iterator if it has spilled to disk.

            Assignee:
            jonathan.destefano@mongodb.com Jonathan DeStefano
            Reporter:
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 37 weeks, 6 days ago