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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • None
    • 3
    • None
    • 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
            Reporter:
            Matt Olma
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: