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

Avoid using BSON during DocumentSourceGroup::doOptimizeAt

    • Query Optimization

      Currently, we use BSONObjBuilder to create BSON then parse it into the form we need during $group optimization time; this happens in several places here. It would be better if we could avoid the step of going to BSON first; this could prove more costly than necessary for multiple $groups/$groups with a large number of fields.

            Assignee:
            Unassigned Unassigned
            Reporter:
            alya.berciu@mongodb.com Alya Berciu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: