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

Rename setParameter for maximum memory usage of blocking sort

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • Minor Change
    • Query 2019-10-21, Query 2019-11-04

      The parameter is currently named internalQueryExecMaxBlockingSortBytes. This is a poor name because it implies that it limits the amount of data that can be sorted. In reality, this just controls the maximum memory consumption of a blocking sort. When the allowDiskUse option is set on a find or aggregate command, the data size that can be sorted is only constrained by the available disk space. We should rename the parameter to internalQueryMaxBlockingSortMemoryUsageBytes.

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

              Created:
              Updated:
              Resolved: