@@ -33,11 +33,11 @@ query pre-aggregations on-demand.
3333Development Instances do not provide high-availability nor do they guarantee
3434fast response times. Development Instances also hibernate after 60 minutes of
3535inactivity, which can cause the first request after hibernation to take
36- additional time to process. They also have a 10,000 queries per day limit, and
37- are limited to a maximum of 2 Cube Store Workers. We ** strongly ** advise not
38- using a development instance in a production environment, it is for testing and
39- learning about Cube only and will not deliver a production-level experience for
40- your users.
36+ additional time to process. They also have [ limits ] [ ref-limits ] on the maximum
37+ number of queries per day and the maximum number of Cube Store Workers. We
38+ ** strongly ** advise not using a development instance in a production environment,
39+ it is for testing and learning about Cube only and will not deliver a
40+ production-level experience for your users.
4141
4242You can try a Cube Cloud development instance by
4343[ signing up for Cube Cloud] ( https://cubecloud.dev/auth/signup ) to try it free
@@ -66,7 +66,7 @@ workloads. It consists of several key components, including starting with 2 Cube
6666API instances, 1 Cube Refresh Worker and 2 Cube Store Routers - all of which run
6767on dedicated infrastructure. The cluster can automatically scale to meet the
6868needs of your workload by adding more components as necessary; check the
69- [ Limits section] ( #limits ) below.
69+ [ Scalability section] ( #scalability ) below.
7070
7171## Production multi-cluster
7272
@@ -97,24 +97,20 @@ Cube Cloud routes traffic between clusters based on
9797Each cluster is billed separately, and all clusters can use auto-scaling to
9898match demand.
9999
100- ## Limits
100+ ## Scalability
101101
102102Cube Cloud also allows adding additional infrastructure to your deployment to
103103increase scalability and performance beyond what is available with each
104104Production Deployment.
105105
106- ### <--{"id" : " Limits" }--> Cube Store Worker
107-
108- | | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
109- | ------------------------- | :-------: | :-----: | :-----: | :--------: | :------------------------------: |
110- | Maximum number of workers | 2 | 16 | 16 | 16 | [ Talk to Sales] [ cube-contact-us ] |
106+ ### <--{"id" : " Scalability" }--> Cube Store Worker
111107
112108Cube Store Workers are used to build and persist pre-aggregations. Each Worker
113- has a ** maximum of 150GB** of storage; additional Cube Store workers can be
109+ has a ** maximum of 150GB** of storage; [ additional Cube Store workers] [ ref-limits ] can be
114110added to your deployment to both increase storage space and improve
115111pre-aggregation performance. A ** minimum of 2** Cube Store Workers is required
116112for pre-aggregations; this can be adjusted. For a rough estimate, it will take
117- approximately 2 Cube Store Workers per 4 gigs of pre-aggregated data per day.
113+ approximately 2 Cube Store Workers per 4 GB of pre-aggregated data per day.
118114
119115<InfoBox >
120116
@@ -135,14 +131,10 @@ dropdown:
135131 src = " https://ucarecdn.com/3b39c56f-d553-4612-b4f0-07084cc4b742/"
136132/>
137133
138- ### <--{"id" : " Limits" }--> Cube API Instance
139-
140- | | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
141- | --------------- | :-------: | :-----: | :-------: | :--------: | :----------------: |
142- | Queries per day | 1,000 | 50,000 | Unlimited | Unlimited | Unlimited |
134+ ### <--{"id" : " Scalability" }--> Cube API Instance
143135
144136With a Production Deployment, 2 Cube API Instances are included. That said, it
145- is very common to use more, and additional Cube API instances can be added to
137+ is very common to use more, and [ additional API instances] [ ref-limits ] can be added to
146138your deployment to increase the throughput of your queries. A rough estimate is
147139that 1 Cube API Instance is needed for every 5-10 requests-per-second served.
148140Cube API Instances can also auto-scale as needed.
@@ -167,5 +159,5 @@ and select from the available options:
167159 src = " https://ucarecdn.com/fbde6a1e-734a-4091-8edd-922dc1ee7e1c/"
168160/>
169161
170- [ cube-contact-us ] : https://cube.dev/contact
171162[ ref-conf-ref-ctx-to-app-id ] : /config#options-reference-context-to-app-id
163+ [ ref-limits ] : /cloud/limits#resources
0 commit comments