summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+0
* SERVER-71020 SERVER-71939 Ensure aborting time series batch eventually remov...Dan Larkin-York2022-12-212-37/+163
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that re...Dan Larkin-York2022-08-294-0/+294
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-141-2/+6
* SERVER-65406 Handle compressed buckets in timeseries dotted path support libraryDan Larkin-York2022-05-066-229/+485
* SERVER-62102 Append aggregated BucketCatalog execution stats for all namespac...Gregory Wlodarek2022-05-062-50/+157
* SERVER-65963 Check FCV before creating time-series measurement indexesGregory Wlodarek2022-04-261-1/+2
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-251-2/+6
* SERVER-65393 Fix tassert in createBucketsSpecFromTimeseriesSpecDavid Percy2022-04-082-5/+44
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-043-8/+29
* SERVER-65081 Enable Time-series Metric IndexesDavid Percy2022-03-301-33/+44
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-234-4/+11
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-232-2/+13
* SERVER-61010 Require a `Status` for `BucketCatalog::abort`Gregory Noma2022-02-283-59/+72
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-263-2/+2
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-221-44/+33
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-222-9/+4
* SERVER-63764 merge catalog_collection_helper library into catalog_helpersBenety Goh2022-02-171-0/+1
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-111-0/+5
* SERVER-63291 Swap numeric error code with IndexOptionsConflictJames Wahlin2022-02-041-1/+1
* SERVER-54592 Enable featureFlagTimeseriesMetricIndexesDavid Percy2022-01-251-33/+44
* SERVER-62794 Fix BucketCatalog memory threshold initializationDan Larkin-York2022-01-214-6/+24
* SERVER-61196 Simplify BucketCatalog concurrency modelDan Larkin-York2022-01-213-1256/+848
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-214-19/+117
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-132-3/+2
* SERVER-60911 Update time-series schema-based bucket splitting FCV gateGregory Wlodarek2022-01-051-2/+3
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-222-13/+17
* SERVER-61904 Fix use-after-free warning in BSONColumn compressionDan Larkin-York2021-12-161-1/+4
* SERVER-60959 Remove assumptions about error type when aborting a time-series ...Dan Larkin-York2021-12-151-7/+0
* SERVER-61865 Gate time-series schema-based bucket splitting to FCV 5.2Dan Larkin-York2021-12-071-0/+5
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-032-17/+13
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-015-30/+152
* SERVER-61195 Scale BucketCatalog memory limit based on system memory sizeDan Larkin-York2021-12-015-8/+84
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-232-13/+17
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+5
* SERVER-61155 Add collStat for number of subobj compression restarts for times...Henrik Edin2021-11-194-8/+33
* SERVER-61510 applyTimeseriesOptionsModifications() accepts CollModTimeseries ...Benety Goh2021-11-183-8/+5
* SERVER-61510 move CollModTimeseries from coll_mod.idl to timeseries.idlBenety Goh2021-11-171-0/+8
* SERVER-61194 Prevent time-series bucket OID reuse with coarse granularityDan Larkin-York2021-11-121-5/+40
* SERVER-61431 Extract out timeseries translation logic for collMod into timese...Rui Liu2021-11-123-0/+241
* SERVER-60978 Refactor timeseries::MinMax and re-use for bucket schemaDan Larkin-York2021-11-129-1325/+1472
* SERVER-61309 Fix time-series bucket lock reacquisition logicDan Larkin-York2021-11-093-112/+120
* SERVER-61175 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-11-053-6/+20
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-0/+7
* SERVER-54590 Architecture Guide updates for PM-2189Gregory Wlodarek2021-11-011-14/+33
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-013-5/+15
* SERVER-61106 Use woCompare to generate timeseries summariesDan Larkin-York2021-10-291-1/+1
* SERVER-60565 Ensure newly created time-series buckets do not contain problema...Dan Larkin-York2021-10-273-10/+341
* SERVER-59662 Test killing time-series insertsGregory Noma2021-10-272-17/+16
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-222-0/+42