summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-1/+1
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-1/+1
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-011-0/+1
* SERVER-61195 Scale BucketCatalog memory limit based on system memory sizeDan Larkin-York2021-12-011-0/+2
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-1/+1
* SERVER-61431 Extract out timeseries translation logic for collMod into timese...Rui Liu2021-11-121-0/+18
* SERVER-60978 Refactor timeseries::MinMax and re-use for bucket schemaDan Larkin-York2021-11-121-1/+1
* SERVER-60087 Add stats under collStats for timeseries bucket compressionHenrik Edin2021-09-271-0/+10
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-39/+8
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-1/+0
* SERVER-60011 list dependent non-pipeline libraries for timeseries_update_dele...Benety Goh2021-09-201-0/+3
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-0/+13
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-151-0/+2
* SERVER-59855 re-order time-series librariesBenety Goh2021-09-101-13/+13
* SERVER-59855 merge timeseries_idl into timeseries_optionsBenety Goh2021-09-101-16/+6
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-2/+13
* SERVER-59855 clean up SConscript references to timeseries_idl libraryBenety Goh2021-09-091-5/+4
* SERVER-59739 remove empty line from SConscriptBenety Goh2021-09-091-2/+1
* SERVER-59739 simplify timeseries_commands_conversion_functions dependenciesBenety Goh2021-09-091-3/+1
* SERVER-59739 rename create_indexes_idl libraryBenety Goh2021-09-091-1/+1
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-08-271-0/+17
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+1
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-08-051-1/+0
* SERVER-58811 Add unit tests for query functions in timeseries_update_delete_u...Kris Satya2021-08-041-1/+3
* SERVER-58175 Round time values before routing inserts to sharded timeseries c...Nikita Lapkov2021-08-041-0/+2
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-301-0/+11
* SERVER-58057 Support ascending and descending indexes on time-series measurem...Gregory Wlodarek2021-07-231-0/+1
* SERVER-57735 Translate a single update on a time-series collection's metaFiel...Alison Lu2021-07-201-0/+12
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-011-0/+1
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-2/+2
* SERVER-56157 Timeseries MinMax is now stored in a flat data structure to opti...Henrik Edin2021-05-051-0/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-0/+2
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-2/+1
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-0/+10
* SERVER-55123 Move time-series string constants into their own file to minimiz...Dianna Hohensee2021-03-221-1/+0
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-121-11/+13
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-051-0/+16
* SERVER-53840 Make bucket limits configurableDan Larkin-York2021-02-021-0/+1
* SERVER-53654 Add serverStatus section for global time-series bucket infoGregory Noma2021-01-201-0/+1
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-0/+38