risingwave
risingwave copied to clipboard
SQL stream processing, analytics, and management. We decouple storage and compute to offer instant failover, dynamic scaling, speedy bootstrapping, and efficient joins.
Signed-off-by: Shmiwy I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? ***PLEASE DO NOT LEAVE THIS EMPTY !!!***...
Improve distributed query engine according to this design: https://singularity-data.quip.com/DMRPAbITntNc/Distributed-Query-Processing-Engine-Design Query manager(frontend): - [x] #2422 - [x] #2423 - [x] #3830 - [ ] #3831 - [x] #4051 - [x] #5028...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? LRU-Cache can not limit memory strictly, although we can...
With flush status uniformly managed by the state table, there should be no dirty flag on each state; that is, we should be able to evict the entry at any...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? meta push version deltas to CN this PR follows...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? Implement streaming upload for `InMemObjectStore` and `S3ObjectStore`. - `streaming_upload`...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? Cancel compaction tasks and trigger new ones to its...
Currently the root fragment of mpp query is executed in compute node. It would be better to move it to frontend to reduce schedule and pull data latency.
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? This PR introduces a gRPC middleware for async stack...
I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? Sometimes we have redundant columns in `pk`. Other columns...