-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-07-11, Execution Team 2022-07-25, Execution Team 2022-08-08
Currently, we have an implicit bucketing parameter that controls how we round down the min timestamp for bucket at creation time. This value is derived from the collection's 'granularity' value. The 'granularity' also controls the 'bucketMaxSpanSeconds' value, which we store explicitly in the collection's time-series options.
We want to make the rounding parameter explicit as well, and store it as an optional parameter 'bucketRoundingSeconds'.
For this ticket, we will only store the value for newly-created collections. It will still be derived from 'granularity' and cannot be controlled independently. We will defer downgrade work to future tickets.
- is depended on by
-
SERVER-67597 Handle new time-series bucketing parameters on downgrade
- Closed
-
SERVER-67598 Allow create command to set bucketMaxSpanSeconds and bucketRoundingSeconds directly
- Closed