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. We currently have operators that either take owned values or take referenced ones, but both just defer to an...

enhancement

### Is your feature request related to a problem? Please describe. `UnsafeCell` was a premature optimization. Its use is not well encapsulated, and it likely enables unsafe behavior. ### Describe...

enhancement

### Is your feature request related to a problem? Please describe. The `Operator::summary` method returns printable operator metadata as a string. We would like to use a more structured representation,...

enhancement

### Is your feature request related to a problem? Please describe. The design for traces that we inherited from DD can stop an in-progress merge of two batches if it...

enhancement

### Is your feature request related to a problem? Please describe. The `integrate_nested` method is only used in tests and should be removed along with `Z1Nested`. ### Describe the solution...

enhancement

### Is your feature request related to a problem? Please describe. We would like to be able to add untimed batches (`Batch`) to a timed trace. Currently this requires re-constructing...

enhancement

### Is your feature request related to a problem? Please describe. Use slack time to compact traces. ### Describe the solution you'd like - ### Describe alternatives you've considered _No...

enhancement

### Is your feature request related to a problem? Please describe. Instead of having each operator track current time, move time tracking into the circuit. ### Describe the solution you'd...

enhancement

### Is your feature request related to a problem? Please describe. We currently do a number of weird stuff with thread locals and parking right now, incurring an extra dependency...

enhancement