Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
0.10.0
-
None
Description
This abstraction should help to seamlessly switch between window state kept as
- Heap-resident maps
- Managed memory spillable maps
- key/value state backend state
I would approach this abstraction once we implemented a few window operators and see what operations we need, such as
- Drop time-regions across all keys
- Append to state for key
- Update/replace state by key
- Iterate over unions of multiple state time regions
- snapshot time regions completely / incrementally
- (possibly more)