summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/rocks/rocks_recovery_unit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17391: Move RocksDB storage engine integration layer to new moduleGeert Bosch2015-03-111-332/+0
* SERVER-17369 [Rocks] Fix the calculation of nextPrefixIgor Canadi2015-03-031-11/+2
* SERVER-17331 RocksDB configuring and monitoringIgor Canadi2015-03-031-1/+6
* SERVER-17250 Verify logOp listeners are rollback-safealabid2015-03-031-1/+3
* SERVER-15192 terminate server if RecoveryUnit::Change throws on commit or rol...David Storch2015-02-241-7/+17
* SERVER-17225 [RocksDB] Store all data in a single column familyIgor Canadi2015-02-101-15/+94
* SERVER-17161 Fix Rocks build broken with getSnapshotId()Igor Canadi2015-02-031-1/+5
* SERVER-17126 Improve rocks engineIgor Canadi2015-02-031-1/+2
* SERVER-17097 SERVER-16951 Fix rocks compilation error due to change in Recove...Igor Canadi2015-01-281-1/+1
* SERVER-13256 fixed rocksdb compilationBenety Goh2015-01-151-2/+2
* SERVER-15744 Implement oplogHack for RocksIgor Canadi2014-12-111-0/+2
* SERVER-15744 RocksDB fixesIgor Canadi2014-12-081-7/+5
* SERVER-16259 Rocks storage engine needs to support document lockingIgor Canadi2014-12-021-66/+56
* SERVER-16204 rocks storage engine should handle nested recovery unitssdong2014-11-191-3/+23
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-4/+0
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-0/+4
* SERVER-15705 (rocksdb) fixed numRecords and numEntries to work with recovery ...sdong2014-10-171-1/+39
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14352: move rocks engine to kv interfaceEliot Horowitz2014-10-111-11/+53
* SERVER-15296 RocksHarnessHelper for RocksSortedDataImplIgor Canadi2014-10-081-31/+45
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-5/+0
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-9/+0
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-121-9/+46
* SERVER-14352: prototype rocksdb storage engineEliot Horowitz2014-06-251-0/+111