You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been open for 60 days with no activity.
If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.
You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄
We have had a stateless 2-phase simple agg to prevent single-point bottlenecks in simple aggregation with less costs.
risingwave/src/frontend/src/optimizer/plan_node/logical_agg.rs
Lines 196 to 206 in 4292d9f
risingwave/src/stream/src/executor/stateless_simple_agg.rs
Line 29 in cd28ff0
But we now found when a hotspot key exists. that is found in NEXMark q15. https://risingwave-labs.slack.com/archives/C0543LNH0KU/p1699324490070239?thread_ts=1699323766.819059&cid=C0543LNH0KU.
The stateless 2-phase optmization is also needed.
The text was updated successfully, but these errors were encountered: