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

during final reduce in sharded environment, all results are loaded into an in memory map

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.9.1
    • Affects Version/s: None
    • Component/s: MapReduce
    • None
    • ALL

      the target mongod does parallelsort from all servers, getting the records sorted.
      It should just reduce and insert to temp collection.
      Instead the result is emitted, which puts it into a map.
      Then when all records are done, map is dumped to disk.
      May be very costly in cpu and mem for large jobs

            Assignee:
            antoine Antoine Girbal
            Reporter:
            antoine Antoine Girbal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: