summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/bucket_catalog_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57842 Use OperationId instead of LogicalSessionId in the BucketCatalogGregory Noma2021-06-241-13/+16
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-06-151-0/+94
* SERVER-57375 Do not clear prepared batch state from bucket when aborting a di...Dan Larkin-York2021-06-031-1/+19
* SERVER-57035 Do not remove bucket with an outstanding prepared write batchDan Larkin-York2021-05-181-0/+43
* SERVER-55213 Distinguish between null and missing for metadata in time-series...Yuhong Zhang2021-04-281-3/+33
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-221-12/+10
* SERVER-55484 Minor perf improvements to BucketCatalog::insertHenrik Edin2021-04-081-1/+1
* SERVER-55569 Test BucketCatalog::clear(ns) with concurrent writesDan Larkin-York2021-04-021-2/+46
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-17/+47
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+68
* SERVER-54998 Clarify internal ownership structures in BucketCatalogDan Larkin-York2021-03-231-6/+8
* SERVER-55425 Fix initialization order in bucket_catalog_test TaskDan Larkin-York2021-03-231-1/+1
* SERVER-54536 Support retryable batched time-series insertsGregory Noma2021-03-221-36/+214
* SERVER-54985 Move BucketCatalog committer assignment to commit timeDan Larkin-York2021-03-171-89/+187
* SERVER-54426 Set all expected promises when committing time-series bucketGregory Noma2021-02-111-0/+17
* SERVER-54269 Time-series bucket catalog should reject inserts with missing/in...Dan Larkin-York2021-02-081-26/+39
* SERVER-53999 Allow a time-series bucket's id to move backward before being co...Gregory Noma2021-02-051-4/+7
* SERVER-53840 Make bucket limits configurableDan Larkin-York2021-02-021-4/+2
* SERVER-53395 bucket catalog should recalculate new fields and size delta when...Benety Goh2020-12-181-1/+3
* SERVER-53395 BucketCatalog::commit() returns new fields addedBenety Goh2020-12-181-0/+38
* SERVER-52966 add BucketCatalog::getMetadata()Benety Goh2020-12-021-4/+38
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-0/+171