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

Do not force index lookup during SortedDataInterface::unindex

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.7.8
    • Affects Version/s: 2.7.7
    • Component/s: Storage
    • Labels:

      The current API to SortedDataInterface::unindex returns true if the desired index row was in fact deleted. This forces an internal lookup of the index row, which hurts performance, especially for write optimized storage engines.

      We should simply not return anything from unindex().

            Assignee:
            Unassigned Unassigned
            Reporter:
            john.esmet@gmail.com John Esmet
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: