Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: Replace Redis with Cube Store #5042

Closed
rpaik opened this issue Aug 1, 2022 · 1 comment
Closed

Epic: Replace Redis with Cube Store #5042

rpaik opened this issue Aug 1, 2022 · 1 comment
Labels
cube store Issues relating to Cube Store Epic Major changes and features from the core team. Roadmap: 2022 Q3 Cube roadmap for Q3 of 2022 Roadmap: 2022 Q4 Cube roadmap for Q4 of 2022

Comments

@rpaik
Copy link
Contributor

rpaik commented Aug 1, 2022

Currently, Cube relies on Redis for in-memory caching and queue management, and this is inefficient and not scalable. Redis cluster coordination consumes a lot of resources under the high load and becomes the bottleneck to scaling the API concurrency.

Cube Store will replace Redis for in-memory caching and queue management and you will find more details in this blog post.

@rpaik rpaik added Epic Major changes and features from the core team. Roadmap: 2022 Q3 Cube roadmap for Q3 of 2022 labels Aug 1, 2022
@rpaik rpaik added the cube store Issues relating to Cube Store label Aug 3, 2022
@rpaik rpaik added the Roadmap: 2022 Q4 Cube roadmap for Q4 of 2022 label Nov 4, 2022
@igorlukanin
Copy link
Member

Cube Store has replaced Redis for query queue and cache management.

Docs: https://cube.dev/docs/product/deployment#redis

Announcement: https://cube.dev/blog/how-you-win-by-using-cube-store-part-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cube store Issues relating to Cube Store Epic Major changes and features from the core team. Roadmap: 2022 Q3 Cube roadmap for Q3 of 2022 Roadmap: 2022 Q4 Cube roadmap for Q4 of 2022
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants