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

Reduce cost of query execution by caching duplicate BSON objects for index accesses

    • Type: Icon: Task Task
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Collection scans are sometimes faster than index covered queries. When accessing data from an index, the scan creates a BSON object for each document. We could alleviate the cost of this operation for duplicate documents by caching the object.

            Assignee:
            Unassigned Unassigned
            Reporter:
            matt.olma@mongodb.com Matt Olma
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: