Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the [speed and scope of support][ref-support] you may receive for your deploymen
You can also set [Budgets][ref-cloud-budgets] to make sure you know your usage
is on track and as expected.

[ref-cloud-budgets]: /admin/budgets
[ref-cloud-budgets]: /admin/account-billing/budgets
## Payment plans

Payment plans determine whether you have a fixed-term contract or a recurring
Expand Down Expand Up @@ -343,7 +343,7 @@ for the AI token consumption at the **Billing** page of their Cube Cloud account
[ref-cloud-deployment-prod-cluster]: /docs/deployment/cloud/deployment-types#production-cluster
[ref-cloud-limits]: /docs/deployment/cloud/limits
[ref-monitoring-integrations]: /docs/monitoring/integrations
[ref-monitoring-integrations-config]: /admin/deployment/monitoring#configuration
[ref-monitoring-integrations-config]: /admin/deployment/monitoring-integrations#configuration
[ref-cloud-acl]: /admin/users-and-permissions/custom-roles
[ref-cloud-deployment-prod-multicluster]: /docs/deployment/cloud/deployment-types#production-multi-cluster
[ref-cloud-custom-domains]: /docs/deployment/cloud/custom-domains
Expand All @@ -365,8 +365,8 @@ for the AI token consumption at the **Billing** page of their Cube Cloud account
[ref-apis]: /reference
[ref-mdx-api]: /reference/mdx-api
[ref-dax-api]: /reference/dax-api
[ref-cube-store-architecture]: /docs/caching/running-in-production#architecture
[ref-data-at-rest-encryption]: /docs/caching/running-in-production#data-at-rest-encryption
[ref-cube-store-architecture]: /docs/pre-aggregations/running-in-production#architecture
[ref-data-at-rest-encryption]: /docs/pre-aggregations/running-in-production#data-at-rest-encryption
[ref-customer-managed-keys]: /admin/deployment/encryption-keys
[ref-semantic-catalog]: /docs/workspace/semantic-catalog
[ref-query-history-export]: /admin/deployment/monitoring#query-history-export
[ref-query-history-export]: /admin/deployment/monitoring-integrations#query-history-export
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Support in Cube Cloud
sidebarTitle: Support
description: Summarizes support channels, coverage hours, and ticket allowances across Cube Cloud product tiers.
---

Expand Down Expand Up @@ -109,9 +110,9 @@ We prioritize support requests based on their severity, as follows:
[ref-docs-intro]: /docs/introduction
[cube-webinars]: https://cube.dev/events
[cube-slack]: https://slack.cube.dev
[ref-cloud-pricing]: /admin/pricing
[ref-free-tier]: /admin/pricing#free
[ref-starter-tier]: /admin/pricing#starter
[ref-premium-tier]: /admin/pricing#premium
[ref-enterprise-tier]: /admin/pricing#enterprise
[ref-enterprise-premier-tier]: /admin/pricing#enterprise-premier
[ref-cloud-pricing]: /admin/account-billing/pricing
[ref-free-tier]: /admin/account-billing/pricing#free
[ref-starter-tier]: /admin/account-billing/pricing#starter
[ref-premium-tier]: /admin/account-billing/pricing#premium
[ref-enterprise-tier]: /admin/account-billing/pricing#enterprise
[ref-enterprise-premier-tier]: /admin/account-billing/pricing#enterprise-premier
4 changes: 2 additions & 2 deletions docs-mintlify/admin/connect-to-data/concurrency.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Querying concurrency
description: "All queries to [data APIs][ref-data-apis] are processed asynchronously via a _query queue_. It allows to optimize the load and increase querying performance."
description: "All queries to data APIs are processed asynchronously via a query queue. It allows to optimize the load and increase querying performance."
---

## Query queue
Expand Down Expand Up @@ -78,7 +78,7 @@ However, you can override this behvaior in the refresh worker
[ref-data-sources]: /admin/connect-to-data/data-sources
[ref-context-to-orchestrator-id]: /reference/configuration/config#context_to_orchestrator_id
[ref-driver-factory]: /reference/configuration/config#driver_factory
[ref-preagg-refresh]: /docs/caching/refreshing-pre-aggregations#configuration
[ref-preagg-refresh]: /docs/pre-aggregations/refreshing-pre-aggregations#configuration
[ref-athena]: /admin/connect-to-data/data-sources/aws-athena
[ref-clickhouse]: /admin/connect-to-data/data-sources/clickhouse
[ref-databricks]: /admin/connect-to-data/data-sources/databricks-jdbc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ connections are made over HTTPS.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
[aws-athena-docs-approx-agg-fns]:
https://prestodb.io/docs/current/functions/aggregate.html#approximate-aggregate-functions
[ref-caching-large-preaggs]: /docs/caching/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-large-preaggs]: /docs/pre-aggregations/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ Database][ref-recipe-enable-ssl].
[aws-vpc]: https://aws.amazon.com/vpc/
[aws-docs-regions]:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
[ref-caching-large-preaggs]: /docs/caching/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-large-preaggs]: /docs/pre-aggregations/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ You can connect to a ClickHouse database with compression enabled, by setting
[clickhouse-docs-users]:
https://clickhouse.tech/docs/en/operations/settings/settings-users/
[clickhouse-readonly]: https://clickhouse.com/docs/en/operations/settings/permissions-for-queries#readonly
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-caching-large-preaggs]: /docs/caching/using-pre-aggregations#export-bucket
[ref-caching-large-preaggs]: /docs/pre-aggregations/using-pre-aggregations#export-bucket
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
[ref-preaggs]: /docs/caching/using-pre-aggregations
[ref-preaggs]: /docs/pre-aggregations/using-pre-aggregations
[ref-preaggs-indexes]: /reference/data-modeling/pre-aggregations#indexes
[ref-preaggs-rollup-join]: /reference/data-modeling/pre-aggregations#rollup_join
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bucket][self-preaggs-export-bucket] **must be** configured.
[databricks-catalog]: https://docs.databricks.com/en/data-governance/unity-catalog/create-catalogs.html
[gh-cubejs-jdbc-install]:
https://github.com/cube-js/cube/blob/master/packages/cubejs-jdbc-driver/README.md#java-installation
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[databricks-docs-approx-agg-fns]: https://docs.databricks.com/en/sql/language-manual/functions/approx_count_distinct.html
[self-preaggs-simple]: #simple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ connections are made over HTTPS.
https://motherduck.com/docs/architecture-and-capabilities#hybrid-execution
[motherduck-docs-svc-token]:
https://motherduck.com/docs/authenticating-to-motherduck/#authentication-using-a-service-token
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
[ref-demo-deployment]: /docs/deployment/cloud/deployments#demo-deployments
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Firebolt
description: "The driver for Firebolt is supported by its vendor. Please report any issues to their [Help Center][firebolt-help]."
description: "The driver for Firebolt is supported by its vendor. Please report any issues to their Help Center."
---

<Warning>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ BigQuery connections are made over HTTPS.
https://cloud.google.com/resource-manager/docs/creating-managing-projects#before_you_begin
[google-support-create-svc-account]:
https://support.google.com/a/answer/7378726?hl=en
[ref-caching-large-preaggs]: /docs/caching/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-large-preaggs]: /docs/pre-aggregations/using-pre-aggregations#export-bucket
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CUBEJS_DB_PASS=password
## Pre-Aggregations Support

ksqlDB supports only
[streaming pre-aggregations](/docs/caching/using-pre-aggregations#streaming-pre-aggregations).
[streaming pre-aggregations](/docs/pre-aggregations/using-pre-aggregations#streaming-pre-aggregations).


[ref-powerbi]: /admin/connect-to-data/visualization-tools/powerbi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Materialize
description: "The driver for Materialize is supported by its vendor. Please report any issues to their [Slack][materialize-slack]."
description: "The driver for Materialize is supported by its vendor. Please report any issues to their Slack."
---

<Warning>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Database][ref-recipe-enable-ssl].
[cube-blog-mongodb]:
https://cube.dev/blog/building-mongodb-dashboard-using-nodejs
[mongobi-download]: https://www.mongodb.com/download-center/bi-connector
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Microsoft Fabric
description: "[Microsoft Fabric][link-fabric] is an all-in-one analytics solution for enterprises. It offers a comprehensive suite of services, including a data warehouse."
description: "Microsoft Fabric is an all-in-one analytics solution for enterprises. It offers a comprehensive suite of services, including a data warehouse."
---

[Microsoft Fabric][link-fabric] is an all-in-one analytics solution for
Expand Down Expand Up @@ -105,6 +105,6 @@ Microsoft Fabric does not support export buckets.

[link-fabric]: https://www.microsoft.com/en-us/microsoft-fabric/
[link-fabric-auth]: https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver16#properties
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-simple]: #simple
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = {
```

[mssql]: https://www.microsoft.com/en-gb/sql-server/sql-server-2019
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-simple]: #simple
2 changes: 1 addition & 1 deletion docs-mintlify/admin/connect-to-data/data-sources/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For additional details, check the [relevant issue](https://github.com/cube-js/cu
</Info>

[mysql]: https://www.mysql.com/
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = {
[heroku-postgres-issue]:
https://help.heroku.com/3DELT3RK/why-can-t-my-third-party-utility-connect-to-heroku-postgres-with-ssl
[postgres]: https://www.postgresql.org/
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Database][ref-recipe-enable-ssl].
[presto]: https://prestodb.io/
[presto-docs-approx-agg-fns]:
https://prestodb.io/docs/current/functions/aggregate.html
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-recipe-enable-ssl]: /recipes/configuration/using-ssl-connections-to-data-source
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-simple]: #simple
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: QuestDB
description: "[QuestDB][questdb] is a high-performance [time-series database][time-series-database-glossary] which helps you overcome ingestion bottlenecks."
description: "QuestDB is a high-performance time-series database which helps you overcome ingestion bottlenecks."
---

[QuestDB][questdb] is a high-performance [time-series database][time-series-database-glossary] which helps you overcome ingestion bottlenecks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ RisingWave does not support export buckets.


[ref-postgres]: /admin/connect-to-data/data-sources/postgres
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SingleStore
description: "[SingleStore][link-singlestore] is a distributed SQL database that offers high-throughput transactions (inserts and upserts) and low-latency analytics."
description: "SingleStore is a distributed SQL database that offers high-throughput transactions (inserts and upserts) and low-latency analytics."
---

[SingleStore][link-singlestore] is a distributed SQL database that offers
Expand Down Expand Up @@ -96,6 +96,6 @@ SingleStore does not support batching.
SingleStore does not support export buckets.

[link-singlestore]: https://www.singlestore.com
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-simple]: #simple
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Snowflake
description: "[Snowflake][snowflake] is a popular cloud-based data platform."
description: "Snowflake is a popular cloud-based data platform."
---

[Snowflake][snowflake] is a popular cloud-based data platform.
Expand Down Expand Up @@ -220,7 +220,7 @@ connections are made over HTTPS.

[aws-s3]: https://aws.amazon.com/s3/
[google-cloud-storage]: https://cloud.google.com/storage
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[ref-schema-ref-types-formats-countdistinctapprox]: /reference/data-modeling/measures#type
[self-preaggs-batching]: #batching
[snowflake]: https://www.snowflake.com/
Expand Down
2 changes: 1 addition & 1 deletion docs-mintlify/admin/connect-to-data/data-sources/trino.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Database][ref-recipe-enable-ssl].

[aws-s3]: https://aws.amazon.com/s3/
[google-cloud-storage]: https://cloud.google.com/storage
[ref-caching-using-preaggs-build-strats]: /docs/caching/using-pre-aggregations#pre-aggregation-build-strategies
[ref-caching-using-preaggs-build-strats]: /docs/pre-aggregations/using-pre-aggregations#pre-aggregation-build-strategies
[self-preaggs-simple]: #simple
[trino]: https://trino.io/
[trino-docs-approx-agg-fns]:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vertica
description: "[OpenText Analytics Database][opentext-adb] (Vertica) is a columnar database designed for big data analytics."
description: "OpenText Analytics Database (Vertica) is a columnar database designed for big data analytics."
---

[OpenText Analytics Database][opentext-adb] (Vertica) is a columnar database
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Google Sheets
description: "[Google Sheets][link-google-sheets] is an online, collaborative spreadsheets application."
description: "Google Sheets is an online, collaborative spreadsheets application."
---

[Google Sheets][link-google-sheets] is an online, collaborative spreadsheets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: LangChain
description: "[LangChain][langchain] is a framework designed to simplify the creation of applications using large language models."
description: "LangChain is a framework designed to simplify the creation of applications using large language models."
---

[LangChain][langchain] is a framework designed to simplify the creation of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Microsoft Power BI
description: "[Microsoft Power BI][link-powerbi] is a popular business intelligence tool."
description: "Microsoft Power BI is a popular business intelligence tool."
---

[Microsoft Power BI][link-powerbi] is a popular business intelligence tool.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Apache Superset / Preset
description: "[Apache Superset][superset] is a popular open-source data exploration and visualization platform. [Preset][preset] is a fully-managed service for Superset."
description: "Apache Superset is a popular open-source data exploration and visualization platform. Preset is a fully-managed service for Superset."
---

[Apache Superset][superset] is a popular open-source data exploration and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ are columns.
</Frame>

[ref-sql-api]: /reference/sql-api
[ref-pre-aggs]: /docs/caching/using-pre-aggregations
[ref-pre-aggs]: /docs/pre-aggregations/using-pre-aggregations
[ref-sls]: /docs/integrations/semantic-layer-sync
[ref-data-model]: /docs/data-modeling/overview
[link-tableau-extracts]: https://help.tableau.com/current/pro/desktop/en-us/extracting_data.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ThoughtSpot
description: "[ThoughtSpot][thoughtspot] is an analytics platform that allows users to search and analyze data using a search interface."
description: "ThoughtSpot is an analytics platform that allows users to search and analyze data using a search interface."
---

[ThoughtSpot][thoughtspot] is an analytics platform that allows users to search and
Expand Down
Loading
Loading