summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75094 Prevent setting 'kPendingDirectWrite' flag on prepared bucketsFaustoleyva542023-03-222-6/+5
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-1416-2851/+3103
* SERVER-74438 Update BucketMetadata to use time-series metadata valueFaustoleyva542023-03-065-10/+64
* SERVER-74610 Support fromMigrate option in timeseries::performAtomicWrites()Faustoleyva542023-03-043-11/+16
* SERVER-74439 Ensure bucket closure respects current stateDan Larkin-York2023-03-034-32/+103
* SERVER-74507 Gracefully handle empty time-series options in collModFaustoleyva542023-03-031-0/+8
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-6/+6
* SERVER-71177 Allow existing time-series bucket collections with old validator...Henrik Edin2023-02-224-4/+7
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-152-3/+3
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-14/+22
* SERVER-72838 Prevent concurrent direct writes from unsetting kPendingDirectWr...Faustoleyva542023-02-105-12/+73
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate b...Yuhong Zhang2023-02-101-9/+9
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-087-14/+20
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-062-3/+0
* SERVER-73511 Reuse the code of making new bucket documents for writes to repa...Yuhong Zhang2023-02-037-16/+284
* SERVER-73440 Update time-series arch guide to reflect updated usage of closed...Faustoleyva542023-01-301-1/+1
* SERVER-73363 De-encapsulate bucket_catalog::BucketStateManagerDan Larkin-York2023-01-3012-529/+531
* SERVER-73440 Update time-series arch guide to reflect updated usage of closed...Fausto J Leyva2023-01-302-8/+6
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-2712-111/+141
* SERVER-73285 Create the write interface for time-series deletesYuhong Zhang2023-01-264-5/+358
* SERVER-73015 De-encapsulate bucket_catalog::WriteBatch and bucket_catalog::Bu...Dan Larkin-York2023-01-2610-833/+623
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-2033-2272/+3014
* SERVER-63226 Update time series architecture guideDan Larkin-York2023-01-121-50/+96
* SERVER-72595 Prevent query-based reopening from considering compressed bucketsDan Larkin-York2023-01-062-8/+25
* SERVER-72192 Add $tenant to kAllowedCollectionCreationOptions for timeseries ...Sophia Tan2023-01-041-1/+2
* SERVER-70809 Simplify logic in timeseries optionsFaustoleyva542022-12-161-70/+44
* SERVER-72048 Ensure we can't reopen a time series bucket with closed flag setDan Larkin-York2022-12-162-3/+60
* SERVER-71939 Update BucketCatalogTest::Task class with failpointFaustoleyva542022-12-142-51/+116
* SERVER-69907 Decompress and apply first update to reopened time series bucket...Dan Larkin-York2022-12-135-43/+47
* Revert "SERVER-71939 Update BucketCatalogTest::Task class with failpoint"auto-revert-processor2022-12-132-109/+49
* SERVER-71939 Update BucketCatalogTest::Task class with failpointFaustoleyva542022-12-122-49/+109
* SERVER-71459 Retain metaField map entries for all buckets in BucketCatalogDan Larkin-York2022-12-092-20/+125
* SERVER-71999 Add explicit constructor to fix C++20 compilation in BucketCatalogDan Larkin-York2022-12-092-0/+5
* SERVER-71457 Archive on time backwards, and restrict query-based reopeningDan Larkin-York2022-12-086-311/+510
* SERVER-69315 Remove feature flag for BSON Column CompressionHenrik Edin2022-12-071-8/+2
* SERVER-71722 Restructure bucketing checks to defer expensive operations which...Dan Larkin-York2022-12-062-20/+26
* SERVER-71601 Set an upper limit for bucketRoundingSeconds and bucketMaxSpanSe...Faustoleyva542022-12-021-4/+4
* SERVER-71719 Check if we have bucket to reopen before calling rehydrateBucketDan Larkin-York2022-12-022-12/+6
* SERVER-71718 Refactor extractTimeAndMeta to branch earlier and iterate docume...Dan Larkin-York2022-12-014-25/+74
* SERVER-71723 Store WriteBatch measurements using small_vectorDan Larkin-York2022-12-012-6/+10
* SERVER-71562 Prevent reopening compressed bucketsDan Larkin-York2022-11-292-5/+10
* SERVER-71223: Add support for query-based reopening on collections with no me...Faustoleyva542022-11-161-10/+16
* SERVER-71272 Do not remove archived bucket if reopening failsDan Larkin-York2022-11-151-18/+18
* SERVER-71025 Fix synchronization between time series direct writes and bucket...Dan Larkin-York2022-11-099-345/+720
* SERVER-66691 Track statistics around fetching closed buckets in execution sta...Faustoleyva542022-11-073-7/+103
* SERVER-70311 Only use query-based reopening for time series collections that ...Faustoleyva542022-11-073-0/+49
* SERVER-71020 Ensure aborting time series batch eventually removes bucket from...Dan Larkin-York2022-11-022-1/+72
* SERVER-70875 Fix and improve archived bucket trackingDan Larkin-York2022-10-261-1/+11