summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries.idl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | The 'granularity' option specifcies the expected ingestion rate of new measurements. Valid options are 'seconds', 'minutes', or 'hours'. The default is 'seconds'.
* 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
| | | | This reverts commit 0c132588e9907c7b123f986a61c3a43cd087381f.
* 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