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

Streamline set cache optimization for set operations

    • Query Optimization

      In the $project stage of the aggregation framework one set operation ($setIsSubset) has a performance optimization (caching a constant set) which provides tremendous benefits if the set used is big enough.

      I think it would be nice to streamline this optimization to all set operations as it is easy to implement and they could benefit from it.

      Here is the link to the code implementing this optimization: https://github.com/mongodb/mongo/blob/master/src/mongo/db/pipeline/expression.cpp#L2354

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            antoine.hom@amadeus.com Antoine Hom
            Votes:
            1 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: