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

Would like to have a command for priming index by a sequential read of the index data instead of a B-tree traverse.

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Performance
    • Labels:
      None

      Currently in order to prime an index of a collection, we have to do a special query to force mongo go thru the entire BTree for the index. This trick is extremely inefficient for a large index tree (over 10 millions entries). Would like to have a command (please make it available in C++ driver) to prime collection data – either index or data or both, by simply doing a sequential read of the data extents for the collection.

            Assignee:
            Unassigned Unassigned
            Reporter:
            mediamath MediaMath Mongo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: