-
Notifications
You must be signed in to change notification settings - Fork 108
GC output traces. #1920
Copy link
Copy link
Closed
Labels
DBSP coreRelated to the core DBSP libraryRelated to the core DBSP librarySQL compilerRelated to the SQL compilerRelated to the SQL compiler
Description
We integrate all tables and views, to allow browsing them in the web console (and also reading a snapshot in the future). For views that only require retaining a bounded window for the purposes of query evaluation, this means that an otherwise bounded-state collection grows unboundedly. It seems that a reasonable behavior for such views would be to apply a retainment bound to the output trace, only preserving recent outputs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DBSP coreRelated to the core DBSP libraryRelated to the core DBSP librarySQL compilerRelated to the SQL compilerRelated to the SQL compiler