summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-315-35/+95
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+1
* SERVER-55529 Fix usage of BucketCatalog::_idleMutexDan Larkin-York2021-03-262-24/+24
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-266-27/+125
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-254-12/+63
* SERVER-54998 Clarify internal ownership structures in BucketCatalogDan Larkin-York2021-03-233-286/+246
* SERVER-55425 Fix initialization order in bucket_catalog_test TaskDan Larkin-York2021-03-231-1/+1
* SERVER-55123 Move time-series string constants into their own file to minimiz...Dianna Hohensee2021-03-224-47/+82
* 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