summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54536 Support retryable batched time-series insertsGregory Noma2021-03-223-122/+345
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-183-6/+21
* SERVER-55223 Do not use KeyString for metadata comparisons in BucketCatalogDan Larkin-York2021-03-172-27/+11
* SERVER-55238 Unit test time-series <=> buckets collection index schema conver...Dianna Hohensee2021-03-171-1/+65
* SERVER-54985 Move BucketCatalog committer assignment to commit timeDan Larkin-York2021-03-173-228/+540
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-123-17/+292
* SERVER-54965 Flag to disable clustering by _id on time-series collectionsLouis Williams2021-03-091-0/+6
* SERVER-54649 Simplify data organization and locking in BucketCatalogDan Larkin-York2021-03-092-229/+226
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-3/+5
* SERVER-54929 Helper functions to convert underlying buckets collection index ...Dianna Hohensee2021-03-052-0/+78
* SERVER-54922 Fix broken promises resulting from concurrency issue in BucketCa...Dan Larkin-York2021-03-052-8/+19
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-053-0/+205
* SERVER-54614 Introduce striped lock to BucketCatalog to improve throughputDan Larkin-York2021-02-262-109/+187
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+3
* SERVER-54647 Utilize KeyString in BucketCatalog internal mapDan Larkin-York2021-02-242-17/+57
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-3/+5
* SERVER-54516 Introduce finer-grained locking in BucketCatalog and tighten cri...Dan Larkin-York2021-02-202-139/+472
* SERVER-54426 Set all expected promises when committing time-series bucketGregory Noma2021-02-113-6/+29
* SERVER-54269 Time-series bucket catalog should reject inserts with missing/in...Dan Larkin-York2021-02-083-32/+54
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-081-6/+6
* SERVER-53999 Allow a time-series bucket's id to move backward before being co...Gregory Noma2021-02-053-48/+135
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-042-11/+23
* SERVER-54179 Make the serverStatus bucketCatalog section dependent on whether...Gregory Noma2021-02-031-1/+5
* SERVER-53840 Make bucket limits configurableDan Larkin-York2021-02-025-12/+34
* SERVER-54050 Respect collations for time-series bucket metadata and min/maxGregory Noma2021-01-302-15/+31
* SERVER-53964 Handle time-series bucket removalGregory Noma2021-01-302-18/+64
* SERVER-49327 Architecture Guide: Time-Series CollectionsBenety Goh2021-01-301-0/+91
* SERVER-53072 Expire time-series bucket catalog entries if the memory usage th...Gregory Noma2021-01-222-14/+98
* SERVER-53654 Add serverStatus section for global time-series bucket infoGregory Noma2021-01-203-19/+51
* SERVER-53618 Add collStats for time-series collectionsGregory Noma2021-01-132-7/+85
* SERVER-53317 Update time-series bucket min/max efficientlyGregory Noma2021-01-062-74/+269
* SERVER-53391 Use insert for newly-created time-series bucketsGregory Noma2020-12-191-9/+11
* SERVER-53395 bucket catalog should recalculate new fields and size delta when...Benety Goh2020-12-183-19/+44
* SERVER-53395 BucketCatalog::commit() returns new fields addedBenety Goh2020-12-183-6/+60
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-1/+1
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-1/+1
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-1/+1
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-1/+1
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-072-5/+86
* SERVER-52967 Support object type metadata for time-series collectionsGregory Noma2020-12-072-4/+4
* SERVER-52966 add BucketCatalog::getMetadata()Benety Goh2020-12-023-5/+59
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-255-0/+646