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

Improve rocks engine

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.0.0-rc8
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible

      Over last couple of weeks wiredtiger landed some improvements. We need to port those improvements to rocksdb, too. Namely:

      • checked_cast<> instead of dynamic_cast<> to speed up release build
      • optimization to IndexCursor::pointsToSamePlaceAs()
      • don't assume dupKeyError on Index::insert() conflict
      • trigger massert() when RocksRecordStore::dataFor() can't find the RecordId. Currently we return nullptr which just causes SIGSEGV.

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            igor Igor Canadi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: