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
* docs: rename deployment types to Shared and Dedicated
Renames the Cube Cloud deployment types in the Mintlify docs:
Development -> Shared (compute shared with other Cube customers)
Production -> Dedicated (compute dedicated to your deployment)
Multi-cluster keeps its short name; the legacy "Production
multi-cluster" form becomes "Multi-cluster deployment" /
"Dedicated multi-cluster" since multi-cluster scales Dedicated
deployments.
The canonical deployment-types page gets explicit heading IDs
({#shared}, {#dedicated}, {#multi-cluster}) and a brief
high-level explanation of what "shared" vs "dedicated" means
for compute, in the intro bullets and at the top of each
section.
All in-repo cross-references (pricing, deployment admin pages,
monitoring, semantic-layer-sync, refreshing pre-aggregations)
are updated to the new anchors. Internal markdown link-reference
keys (e.g. ref-production-cluster) are kept as-is to minimize
churn; only the URL fragments change.
Out of scope: legacy /docs Next.js site, .cursor/rules/namings-rule.mdc,
docs.json redirects, and the Contentful screenshots that still
show the old names visually (alt text is updated).
Made-with: Cursor
* docs: clarify Shared deployment compute wording
Per Pavel's feedback, "shared with other Cube customers" is
inaccurate (in dedicated-infra setups it's only shared within
the account) and uncomfortable for customers with dedicated
infrastructure. Reword to "shared with other deployments within
the selected region", which is accurate in both cases.
Made-with: Cursor
* docs: remove outdated screenshots and CLI deploy section
- deployment-types.mdx: drop the three Settings screenshots; the
surrounding instructions read fine without them.
- continuous-deployment.mdx: drop the entire "Deploy with CLI"
section (Manual Deploys + Continuous Deployment subsections,
and the orphan ref-workspace-cli link); the CLI deploy flow
is no longer recommended.
Made-with: Cursor
Copy file name to clipboardExpand all lines: docs-mintlify/admin/deployment/limits.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ types][ref-deployment-types] and [product tiers][ref-pricing]:
29
29
| Number of deployments | 2 | Unlimited | Unlimited | Unlimited |
30
30
| Number of API instances per deployment | 1 | 10 | 10 |[Contact us][cube-contact-us]|
31
31
| Number of Cube Store workers per deployment | 2 | 16 | 16 |[Contact us][cube-contact-us]|
32
-
| Queries per day for each [development instance][ref-dev-instance]| 1,000 | 10,000 | Unlimited | Unlimited |
33
-
| Queries per day for each [production cluster][ref-prod-cluster]| — | 50,000 | Unlimited | Unlimited |
32
+
| Queries per day for each [Shared deployment][ref-dev-instance]| 1,000 | 10,000 | Unlimited | Unlimited |
33
+
| Queries per day for each [Dedicated deployment][ref-prod-cluster]| — | 50,000 | Unlimited | Unlimited |
34
34
|[Query History][ref-query-history] — retention period | 1 day | Depends on the [tier][ref-query-history-tiers]| Depends on the [tier][ref-query-history-tiers]| Depends on the [tier][ref-query-history-tiers]|
35
35
|[Query History][ref-query-history] — queries processed per day for each deployment | 1,000 | Depends on the [tier][ref-query-history-tiers]| Depends on the [tier][ref-query-history-tiers]| Depends on the [tier][ref-query-history-tiers]|
36
36
|[Audit Log][ref-audit-log] — retention period | — | — | — | 30 days |
@@ -58,7 +58,7 @@ This is a hard limit. Usage is calculated per Cube Cloud account, i.e., in total
58
58
for all deployments within an account.
59
59
60
60
When a threshold is hit, further queries will not be processed. In that case,
61
-
consider upgrading a development instance to a production cluster.
61
+
consider upgrading a Shared deployment to a Dedicated deployment.
62
62
Alternatively, consider upgrading to [another tier][ref-pricing].
0 commit comments