summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull/devnull_kv_engine.cpp
AgeCommit message (Expand)Author
2024-05-01Revert "SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursors"r7.0.10-rc0r7.0.10Matt Kneiser
2024-04-19SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsMatt Kneiser
2023-03-29SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin
2023-03-08SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh
2023-03-03SERVER-74472 Add ranged truncate method to RecordStoreJordi Olivares Provencio
2023-01-13SERVER-68981 Validate WT table logging settingsGregory Noma
2022-12-29SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams
2022-12-08SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger
2022-08-19SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang
2022-08-07SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev
2022-07-15SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio
2022-04-07SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb
2022-04-07Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor
2022-04-06SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb
2022-04-05SERVER-52877 Unify how writable Collections instances are handledHenrik Edin
2022-04-01SERVER-65139 Improve namespace fetching performance in BackupBlock::_initiali...Gregory Wlodarek
2022-03-21SERVER-63387 Change std::vector for std::deque to allow efficient pop front. ...Yu Jin Kang Park
2022-03-17SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma
2022-03-10SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh
2022-02-22SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek
2022-02-14SERVER-63584 Avoid storing an OperationContext in the backup streaming cursorGregory Wlodarek
2022-02-11SERVER-62427 Return namespace with backupCursorMatt Kneiser
2022-02-01SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek
2022-01-27SERVER-62426 Backup cursor indicates which files are required to copy for sel...Gregory Wlodarek
2021-12-01SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin
2021-11-30SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro
2021-11-18SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros
2021-11-17SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma
2021-11-08SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad
2021-10-21SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York
2021-10-14SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox
2021-08-30SERVER-57810 Enable setting mock filenames for devnull KVEngine backup cursorali-mir
2021-05-13SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams
2021-02-24SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams
2021-02-18SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams
2021-02-09SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams
2021-02-03SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek
2021-01-15SERVER-51762 Delete code for old unique index formatLouis Williams
2020-09-29SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams
2020-08-26SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams
2020-08-18SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee
2020-07-17SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin
2020-05-13SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressureLingzhi Deng
2020-05-08SERVER-46076 Stream incremental backup dataJamie Heppenstall
2020-01-24SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek
2020-01-24Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek
2020-01-24SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek
2020-01-21SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek
2020-01-13SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek
2019-10-17SERVER-43794: Incremental backup cursor API.Daniel Gottlieb