summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-0/+1
* SERVER-57508 Remove the 'indexBlockCompressor' WiredTiger option in mongodGregory Wlodarek2021-06-111-1/+0
* SERVER-56988 Initialize zstdCompressorLevel in WiredTigerGlobalOptionsGregory Wlodarek2021-06-111-0/+1
* SERVER-57426 Enable zstd compression for time-series collections by defaultGregory Wlodarek2021-06-091-0/+2
* SERVER-56508 Ability to customise Zstandard compression levelMonica Ng2021-05-141-0/+1
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-2/+0
* SERVER-46291 remove server option and parameter for setting wiredtiger histor...Benety Goh2020-05-071-5/+3
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-0/+2
* Revert "SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noop"Benety Goh2020-05-071-2/+0
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-0/+2
* SERVER-46291 update internal references to cache overflow/history file server...Benety Goh2020-05-051-4/+4
* SERVER-46291 add WiredTigerGlobalOptions::getMaxHistoryFileSizeMB()Benety Goh2020-05-051-0/+7
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+3
* SERVER-39716 Convert WiredTiger config options to IDLSara Golemon2019-02-221-7/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-151-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+26
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-4/+18
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-1/+2
* Finish changing --wiredTigerDatabaseConfig to --wiredTigerEngineConfigDan Pasette2014-11-081-1/+1
* SERVER-15971 fix mongod --help format when wiredtiger enabledMatt Kangas2014-11-051-3/+0
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+59