Details
Description
The goal is to transform an insert of a measurement into a time-series collection (which is much like a writable non-materialized view) into an insert or update on the bucket collection. The measurement is first added to the in-memory bucket's vector of measurements to be inserted, then one writer takes all pending inserts, turns them into an upsert and commits, repeating until all writes are committed.
Attachments
Issue Links
- is related to
-
SERVER-52523 implement in-memory bucket catalog to support time-series collections
-
- Closed
-
- related to
-
SERVER-52883 time_series_simple.js fails when SBE is enabled
-
- Closed
-