summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16602: Update WiredTiger default settings.Michael Cahill2015-01-141-0/+1
* SERVER-16817 Ignore WT index versions when starting with --repairMathias Stearn2015-01-131-0/+5
* use insert for update in WiredTigerRecordStoreEliot Horowitz2015-01-091-1/+1
* SERVER-16005: Improve startup message around wt sharing violationMark Benvenuto2015-01-021-1/+5
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-311-3/+2
* SERVER-16568 "none" is now supported as a valid compressor optionEric Milkie2014-12-291-10/+1
* clean up code for creating subdirectories for identsEric Milkie2014-12-231-3/+3
* Inititialize WT engine with statistics=(fast)Dan Pasette2014-12-211-1/+1
* SERVER-16562: Do fast wiredtiger shutdownMark Benvenuto2014-12-171-2/+10
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-8/+26
* SERVER-16428 Partition the WT session cacheKaloian Manassiev2014-12-171-12/+8
* SERVER-16532 enable transaction log compression for WiredTigerDan Pasette2014-12-121-1/+1
* SERVER-16457 Temporarily assume verify returning EBUSY means everything is fineMathias Stearn2014-12-081-1/+10
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-5/+42
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-3/+3
* SERVER-16233 added WiredTigerIndex::generateCreateString to construct configu...Benety Goh2014-12-031-2/+8
* Revert "SERVER-16119: faster WT shutdown race avoidance"Kaloian Manassiev2014-12-021-5/+2
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-021-3/+3
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-021-3/+3
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-1/+27
* SERVER-16119: faster WT shutdown race avoidanceEliot Horowitz2014-11-271-2/+5
* add fassertNoTrace and clean up wiredtiger assert pathEliot Horowitz2014-11-261-0/+1
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-211-2/+2
* SERVER-16019: Add support to setParameter for WT_CONNECTION::reconfigureMark Benvenuto2014-11-181-0/+4
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-8/+29
* SERVER-16080 improve startup handling on invalid wiredtiger config optionsBenety Goh2014-11-131-1/+7
* SERVER-16013 Wrap WiredTiger callbacks called from C in try-catch blocks.Andy Schwerin2014-11-121-4/+20
* SERVER-16109: remove excessive log syncing in WT size storerEliot Horowitz2014-11-121-6/+6
* Fix cache_size tuning error from commit:Dan Pasette2014-11-101-1/+1
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-4/+14
* SERVER-16023: abort mongod on WT_PANICEliot Horowitz2014-11-101-0/+1
* Tune WT default cache_size up to 50% memoryDan Pasette2014-11-091-1/+1
* SERVER-16041 cache_size estimation does not work on OSXDan Pasette2014-11-091-10/+4
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+372