After SERVER-51502, running a collection create command providing the timeseries option (added in SERVER-51501) with a collection create command results in creating both a time-series view and the corresponding system.buckets collection. Currently, the only way to update a time-series collection (view/bucket) is to write to the buckets collection directly. Ideally, documents for a time-series collection should be inserted through the view, which will be made mutable only for time-series collections and only for inserts.
- depends on
-
SERVER-51502 Have the create command with timeseries option create a timeseries view
- Closed
-
SERVER-51503 Have the create command with timeseries option create a buckets collection
- Closed
- related to
-
SERVER-51874 disallow write operations on time-series buckets collection
- Closed