risingwave icon indicating copy to clipboard operation
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.

Results 671 risingwave issues
Sort by recently updated
recently updated
newest added

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 !!!***...

type/feature
component/frontend

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...

type/tracking
component/batch

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...

help wanted
type/refactor
component/streaming

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...

type/feature

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`...

type/feature

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...

type/feature

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.

type/enhancement
component/batch

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...

type/feature

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...

type/feature