summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-271-3/+1
* SERVER-58057 Support ascending and descending indexes on time-series measurem...Gregory Wlodarek2021-07-232-22/+54
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-07-232-0/+47
* Revert "SERVER-58382 Add support for time-series metaField-only deletes with ...Kris Satya2021-07-232-47/+0
* SERVER-58382 Add support for time-series metaField-only deletes with hintKris Satya2021-07-232-0/+47
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-211-0/+2
* SERVER-58617 Allow updates on time-series collections with no metaFieldAlison Lu2021-07-211-11/+9
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-203-0/+345
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-142-0/+86
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-294-4/+35
* SERVER-56717 Add ComparisonRulesSet as a parameterAlison Lu2021-06-251-1/+1
* SERVER-56717 Update naming and comment, simplify comparisonsAlison Lu2021-06-251-14/+12
* SERVER-57842 Use OperationId instead of LogicalSessionId in the BucketCatalogGregory Noma2021-06-243-29/+33
* SERVER-57603 Modify minUpdates and maxUpdates to consider calls to min and maxKris Satya2021-06-213-102/+55
* SERVER-56268 Remove timeseriesBucketsCollectionClusterById server parameterLouis Williams2021-06-161-6/+0
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-06-152-6/+124
* SERVER-57046 Fix concurrency issue with bucket state managementDan Larkin-York2021-06-072-16/+23
* SERVER-57375 Do not clear prepared batch state from bucket when aborting a di...Dan Larkin-York2021-06-032-2/+20
* SERVER-55118 Architecture Guide updates for PM-2207Dan Larkin-York2021-06-011-2/+22
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-015-29/+60
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-263-3/+24
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-243-2/+11
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-5/+0
* SERVER-56836 SERVER-56837 Add self-assignment checks in MinMaxStore.Henrik Edin2021-05-201-2/+6
* SERVER-57035 Do not remove bucket with an outstanding prepared write batchDan Larkin-York2021-05-182-2/+54
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-132-3/+3
* SERVER-56491 Ensure we don't abort an already finished WriteBatchDan Larkin-York2021-05-101-1/+8
* SERVER-56679 Clear time-series bucket catalog on replication rollbackGregory Noma2021-05-072-6/+11
* SERVER-56157 Timeseries MinMax is now stored in a flat data structure to opti...Henrik Edin2021-05-056-479/+1397
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-2/+2
* SERVER-55977 fix coverity analysis defect 118057: unchecked return valueBenety Goh2021-05-031-2/+5
* SERVER-56441 Avoid allocate and copy metadata if we successfully lookup exist...Yuhong Zhang2021-05-032-45/+109
* SERVER-49328 Architecture Guide updates for Efficient inserts for Time-series...Dan Larkin-York2021-04-281-0/+39
* SERVER-55213 Distinguish between null and missing for metadata in time-series...Yuhong Zhang2021-04-283-6/+34
* SERVER-55942 Store un-normalized bucket keys in the open buckets map.Henrik Edin2021-04-272-64/+277
* SERVER-56242 Clean up BucketCatalog state in case of exceptionDan Larkin-York2021-04-231-4/+13
* SERVER-56015 Misleading error message on time-series index creationDianna Hohensee2021-04-231-3/+4
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-223-41/+44
* SERVER-55728 Initialize _comparator to nullptr in BucketCatalogLouis Williams2021-04-211-1/+1
* SERVER-55773 Explicitly ignore unchecked return value in BucketCatalog::_abortDan Larkin-York2021-04-121-1/+1
* SERVER-55948 BucketCatalog::_abort should not set expiringBuckets flagDan Larkin-York2021-04-081-1/+1
* SERVER-51411 Architecture Guide: Secondary Indexes on Time-series CollectionsBenety Goh2021-04-081-0/+34
* SERVER-55484 Minor perf improvements to BucketCatalog::insertHenrik Edin2021-04-083-27/+85
* SERVER-55482 Optimize timeseries minmax calculation algorithmHenrik Edin2021-04-072-130/+300
* SERVER-55785 Don't access bucket that no longer exists when aborting a write ...Dan Larkin-York2021-04-062-9/+15
* SERVER-55340 Initialize BucketCatalog::_numPreviouslyCommittedMeasurementsDan Larkin-York2021-04-021-1/+1
* SERVER-55569 Test BucketCatalog::clear(ns) with concurrent writesDan Larkin-York2021-04-021-2/+46
* SERVER-55743 Replace invalid invariant in BucketCatalog::abortDan Larkin-York2021-04-021-1/+6
* SERVER-55233 Support wildcard index type on the metadata fields of a time-ser...Dianna Hohensee2021-04-023-2/+9
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-024-90/+264