We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87be98 commit 332ae2bCopy full SHA for 332ae2b
docs/content/Deployment/Production-Checklist.mdx
@@ -49,6 +49,15 @@ CUBEJS_REFRESH_WORKER=true
49
50
## Set up Cube Store
51
52
+<WarningBox>
53
+
54
+While Cube can operate with in-memory cache and queue storage, there're multiple parts of Cube which
55
+require Cube Store in production mode.
56
+Replicating Cube instances without Cube Store can lead to source database degraded performance, various race conditions and
57
+cached data inconsistencies.
58
59
+</WarningBox>
60
61
Cube Store manages in-memory cache, queue and pre-aggregations for Cube. Follow the
62
[instructions here][ref-caching-cubestore] to set it up.
63
0 commit comments