[DBSP] Input map with window
Open
DBSP core
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 154
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 136
Description
Sometimes the compiler is able to prove that only data within a Window is used from an input table. However, there is currently no mechanism for GC-ing rows from a primary key that fall outside the window. This problem is related to LATENESS, but slightly different, since late values are emitted to an error stream, while useless values should be ignored, including the retractions that they may cause.
Contributor guide
Assessment
This issue has not been assessed yet.