summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-5/+5
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-5/+5
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-5/+5
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-0/+6
* SERVER-71985 Automatically retry time-series insert on DuplicateKey errorYuhong Zhang2023-04-061-0/+9
* SERVER-71601 Set an upper limit for bucketRoundingSeconds and bucketMaxSpanSe...Faustoleyva542022-12-021-4/+4
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-181-0/+9
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-181-0/+10
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-6/+6
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-0/+8
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-161-0/+12
* SERVER-62794 Fix BucketCatalog memory threshold initializationDan Larkin-York2022-01-211-2/+3
* SERVER-61195 Scale BucketCatalog memory limit based on system memory sizeDan Larkin-York2021-12-011-5/+5
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+5
* SERVER-61510 move CollModTimeseries from coll_mod.idl to timeseries.idlBenety Goh2021-11-171-0/+8
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-011-2/+2
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-0/+7
* SERVER-56268 Remove timeseriesBucketsCollectionClusterById server parameterLouis Williams2021-06-161-6/+0
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-5/+0
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-131-1/+1
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-181-0/+19
* SERVER-54965 Flag to disable clustering by _id on time-series collectionsLouis Williams2021-03-091-0/+6
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-081-6/+6
* SERVER-53840 Make bucket limits configurableDan Larkin-York2021-02-021-0/+24
* 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-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-0/+54