summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-045-121/+137
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-032-2/+24
* SERVER-74684 Return logic to periodically flush the size storerDianna Hohensee2023-03-314-0/+20
* Revert "SERVER-74749 Integrate truncate markers deletion with change collecti...Sviatlana Zuiko2023-03-312-5/+7
* SERVER-26050 Add CollationKey(..) to hex-encoded index keys when using collationIvan Fefer2023-03-311-3/+5
* Revert "SERVER-73695 Add JS test for primary crashing in the middle of commit...liubov.molchanova2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-304-5/+5
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-305-18/+7
* SERVER-73695 Add JS test for primary crashing in the middle of committing spl...Frederic Vitzikam2023-03-301-1/+1
* SERVER-75476 Probe throughput every 100 millisecondsGregory Noma2023-03-301-1/+1
* SERVER-74749 Integrate truncate markers deletion with change collectionsJordi Olivares Provencio2023-03-302-7/+5
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-6/+6
* SERVER-75259 Fix race condition during earliest oplog timestamp initialisationJordi Olivares Provencio2023-03-292-5/+15
* SERVER-72107 Check for remaining bytes when reading strings with NulsShin Yee Tan2023-03-292-1/+13
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-2919-87/+136
* SERVER-75107 Make CollectionTruncateMarkers::pokeReclaimThread always notify ...Haley Connelly2023-03-293-8/+6
* SERVER-75190 Separate the feature flag for time-series deletes and updatesYuhong Zhang2023-03-291-3/+7
* SERVER-55505 Enable feature flag for point-in-time catalog lookupsHenrik Edin2023-03-291-1/+2
* SERVER-71286 Add parameters for throughput probing min/max concurrencyGregory Noma2023-03-284-22/+141
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-2/+2
* SERVER-75084 Set indexBuildMinAvailableDiskSpaceMB to 500MBJosef Ahmad2023-03-281-1/+1
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-282-2/+2
* SERVER-75303 Report drop-pending idents in serverStatus more efficientlyLouis Williams2023-03-286-2/+23
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoa...Sviatlana Zuiko2023-03-241-1/+1
* SERVER-75081 Preserve OplogStone initialization behavior in OplogTruncateMarkersHaley Connelly2023-03-244-5/+68
* SERVER-74680 Refactor EFT truncationJordi Olivares Provencio2023-03-241-17/+8
* SERVER-52207 Enable execution control feature flagGregory Noma2023-03-241-1/+2
* SERVER-74885 Refactor partial truncate markers support into its own classJordi Olivares Provencio2023-03-234-108/+192
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-221-1/+1
* SERVER-75038 Create `TicketHolderMonitor` only if feature is enabledGregory Noma2023-03-211-1/+4
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-168-31/+53
* SERVER-74569 Start with number of CPU cores for throughput probingGregory Noma2023-03-164-5/+28
* SERVER-73599 Only handle ENOENT error when not able to open a checkpoint cursorYuhong Zhang2023-03-161-1/+1
* SERVER-74882 Add diagram for CollectionTruncateMarkersHaley Connelly2023-03-152-5/+18
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-153-21/+18
* SERVER-74710 Reduce race with storage engine shutdown and RandomCursor destru...Gregory Wlodarek2023-03-141-0/+9
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-143-12/+0
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-135-7/+18
* SERVER-73824 Unit test throughput probing algorithmGregory Noma2023-03-132-0/+278
* SERVER-74703 Replicating the dropDatabase oplog entry and clearing the collec...Gregory Wlodarek2023-03-132-32/+6
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-2/+2
* SERVER-73599 Skip individually checkpointed indexes during background validationYuhong Zhang2023-03-101-1/+1
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-0910-93/+6
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-098-0/+85
* SERVER-74689 Remove unused StorageEngine::closeDatabase() functionGregory Wlodarek2023-03-094-15/+0
* SERVER-74642 WiredTigerRecordStore::printRecordMetadata() saves timestampsBenety Goh2023-03-081-0/+14
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-086-6/+21
* SERVER-74528 Remove tracking of individually checkpointed indexesYuhong Zhang2023-03-067-69/+1
* SERVER-74472 Add ranged truncate method to RecordStoreJordi Olivares Provencio2023-03-039-8/+235