database-stream-processor icon indicating copy to clipboard operation
database-stream-processor copied to clipboard

Streaming and Incremental Computation Framework

Results 64 database-stream-processor issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. - ### Describe the solution you'd like - ### Describe alternatives you've considered _No response_ ### Additional context _No...

enhancement

### Is your feature request related to a problem? Please describe. - ### Describe the solution you'd like Add more doc examples when we have some interesting relational operators. ###...

enhancement

- [x] Multit-hreaded runtime - [x] Exchange operator (non-incremental) - [x] Dynamic scheduling - [ ] Incremental exchange operators We discuss strategies for parallelizing the execution of DBSP circuits. *NOTE:*...

rfc

Async is not a good name, as these operators are still synchronous as in "synchronous circuits". Some proposed alternatives (but I think we can do better): "interface", "extern", "EnvironmentReader", "EventDriven",...

enhancement