Skip to content

Commit 332ae2b

Browse files
authored
docs: Cube Store production check list warning
1 parent f87be98 commit 332ae2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/Deployment/Production-Checklist.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ CUBEJS_REFRESH_WORKER=true
4949

5050
## Set up Cube Store
5151

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+
5261
Cube Store manages in-memory cache, queue and pre-aggregations for Cube. Follow the
5362
[instructions here][ref-caching-cubestore] to set it up.
5463

0 commit comments

Comments
 (0)