From cb9714021730c694ac010928126c09316bc78771 Mon Sep 17 00:00:00 2001 From: mikeCRL Date: Thu, 24 Apr 2025 17:10:05 -0400 Subject: [PATCH] Remove deprecated deployment option pages and redirect to .com/pricing --- src/current/_data/redirects.yml | 14 +++ .../v21.2/choose-a-deployment-option.md | 85 -------------- .../v22.1/choose-a-deployment-option.md | 85 -------------- .../v22.2/choose-a-deployment-option.md | 106 ------------------ .../v23.1/choose-a-deployment-option.md | 103 ----------------- .../v23.2/choose-a-deployment-option.md | 103 ----------------- .../v24.1/choose-a-deployment-option.md | 103 ----------------- .../v24.2/choose-a-deployment-option.md | 103 ----------------- .../v24.3/choose-a-deployment-option.md | 103 ----------------- .../v25.1/choose-a-deployment-option.md | 103 ----------------- .../v25.2/choose-a-deployment-option.md | 103 ----------------- 11 files changed, 14 insertions(+), 997 deletions(-) delete mode 100644 src/current/v21.2/choose-a-deployment-option.md delete mode 100644 src/current/v22.1/choose-a-deployment-option.md delete mode 100644 src/current/v22.2/choose-a-deployment-option.md delete mode 100644 src/current/v23.1/choose-a-deployment-option.md delete mode 100644 src/current/v23.2/choose-a-deployment-option.md delete mode 100644 src/current/v24.1/choose-a-deployment-option.md delete mode 100644 src/current/v24.2/choose-a-deployment-option.md delete mode 100644 src/current/v24.3/choose-a-deployment-option.md delete mode 100644 src/current/v25.1/choose-a-deployment-option.md delete mode 100644 src/current/v25.2/choose-a-deployment-option.md diff --git a/src/current/_data/redirects.yml b/src/current/_data/redirects.yml index 71807b980d5..e8d070572b5 100644 --- a/src/current/_data/redirects.yml +++ b/src/current/_data/redirects.yml @@ -1038,3 +1038,17 @@ - v24.2/cockroachdb-in-comparison.md - v24.3/cockroachdb-in-comparison.md - v25.1/cockroachdb-in-comparison.md + +- destination: https://www.cockroachlabs.com/pricing/ + sources: + - stable/choose-a-deployment-option.md + - v21.2/choose-a-deployment-option.md + - v22.1/choose-a-deployment-option.md + - v22.2/choose-a-deployment-option.md + - v23.1/choose-a-deployment-option.md + - v23.2/choose-a-deployment-option.md + - v24.1/choose-a-deployment-option.md + - v24.2/choose-a-deployment-option.md + - v24.3/choose-a-deployment-option.md + - v25.1/choose-a-deployment-option.md + - v25.2/choose-a-deployment-option.md diff --git a/src/current/v21.2/choose-a-deployment-option.md b/src/current/v21.2/choose-a-deployment-option.md deleted file mode 100644 index e9c2d303ac1..00000000000 --- a/src/current/v21.2/choose-a-deployment-option.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: How to Choose a Deployment Option -summary: Learn how to choose between CockroachDB Serverless, Dedicated, and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers three ways to deploy CockroachDB: two managed services—CockroachDB {{ site.data.products.serverless }} and CockroachDB {{ site.data.products.dedicated }}—and a self managed option—CockroachDB Self-Hosted. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
    -
  • CockroachDB {{ site.data.products.serverless }}: A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded.
  • -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M Request Units. Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
- -## See also - -- [CockroachDB deployment](architecture/glossary.html#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment](manual-deployment.html) -- [Kubernetes Deployment](kubernetes-overview.html) diff --git a/src/current/v22.1/choose-a-deployment-option.md b/src/current/v22.1/choose-a-deployment-option.md deleted file mode 100644 index 64336605b98..00000000000 --- a/src/current/v22.1/choose-a-deployment-option.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: How to Choose a Deployment Option -summary: Learn how to choose between CockroachDB Serverless, Dedicated, and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers three ways to deploy CockroachDB: two managed services—CockroachDB {{ site.data.products.serverless }} and CockroachDB {{ site.data.products.dedicated }}—and a self managed option—CockroachDB Self-Hosted. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
    -
  • CockroachDB {{ site.data.products.serverless }}: A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded.
  • -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M Request Units. Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
- -## See also - -- [CockroachDB deployment](architecture/glossary.html#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment](manual-deployment.html) -- [Kubernetes Deployment](kubernetes-overview.html) diff --git a/src/current/v22.2/choose-a-deployment-option.md b/src/current/v22.2/choose-a-deployment-option.md deleted file mode 100644 index 0f8aabc60a6..00000000000 --- a/src/current/v22.2/choose-a-deployment-option.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: How to Choose a Deployment Option -summary: Learn how to choose between CockroachDB Serverless, Dedicated, and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers four ways to deploy CockroachDB: three managed services—CockroachDB {{ site.data.products.serverless }}, CockroachDB {{ site.data.products.dedicated }} standard, and CockroachDB {{ site.data.products.dedicated }} advanced—and a self managed option—CockroachDB {{ site.data.products.core }}. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- CockroachDB {{ site.data.products.serverless }}: A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M Request Units. Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.dedicated }} standard: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to Amazon CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
  • Applications that need to be PCI compliant.
  • -
- CockroachDB {{ site.data.products.dedicated }} advanced:A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Advanced features: Yes. See Enterprise Features.
  • -
- -## See also - -- [CockroachDB deployment](architecture/glossary.html#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment](manual-deployment.html) -- [Kubernetes Deployment](kubernetes-overview.html) diff --git a/src/current/v23.1/choose-a-deployment-option.md b/src/current/v23.1/choose-a-deployment-option.md deleted file mode 100644 index 4d6ea3c6a24..00000000000 --- a/src/current/v23.1/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB Self-Hosted: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v23.2/choose-a-deployment-option.md b/src/current/v23.2/choose-a-deployment-option.md deleted file mode 100644 index 4d6ea3c6a24..00000000000 --- a/src/current/v23.2/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB Self-Hosted: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v24.1/choose-a-deployment-option.md b/src/current/v24.1/choose-a-deployment-option.md deleted file mode 100644 index 7b6a2ad55df..00000000000 --- a/src/current/v24.1/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v24.2/choose-a-deployment-option.md b/src/current/v24.2/choose-a-deployment-option.md deleted file mode 100644 index 7b6a2ad55df..00000000000 --- a/src/current/v24.2/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v24.3/choose-a-deployment-option.md b/src/current/v24.3/choose-a-deployment-option.md deleted file mode 100644 index 7b6a2ad55df..00000000000 --- a/src/current/v24.3/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v25.1/choose-a-deployment-option.md b/src/current/v25.1/choose-a-deployment-option.md deleted file mode 100644 index 7b6a2ad55df..00000000000 --- a/src/current/v25.1/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %}) diff --git a/src/current/v25.2/choose-a-deployment-option.md b/src/current/v25.2/choose-a-deployment-option.md deleted file mode 100644 index 7b6a2ad55df..00000000000 --- a/src/current/v25.2/choose-a-deployment-option.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Choose a Deployment Option -summary: Learn how to choose between CockroachDB Cloud and Self-Hosted deployment option. -toc: true -docs_area: deploy ---- - -Cockroach Labs offers several options for clusters: CockroachDB {{ site.data.products.basic }}, and CockroachDB {{ site.data.products.standard }}, CockroachDB {{ site.data.products.advanced }} run in CockroachDB {{ site.data.products.cloud }}. As an alternative, you can manage your own CockroachDB {{ site.data.products.core }} deployment. To help you choose which deployment option will best satisfy your requirements, this page describes the application types each deployment is designed for and lists some of the deployment option features that support the application types. For a full feature comparison list, see [CockroachDB: A cloud native, globally-distributed SQL database](https://www.cockroachlabs.com/get-started-cockroachdb/). - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Application typeDeployment optionFeature
    -
  • Lightweight applications, starter projects, development environments, and proofs of concept.
  • -
  • Applications with unpredictable scale or regular peaks and troughs of activity.
  • -
  • Applications that will only need to be deployed in a single region.
  • -
  • Applications with explicit budget constraints.
  • -
- [CockroachDB {{ site.data.products.standard }}]({% link cockroachcloud/quickstart.md %}): A fully managed, multi-tenant CockroachDB deployment, in a single region and cloud (AWS or GCP). Delivers an instant, autoscaling database and offers a generous free tier and consumption based billing once free limits are exceeded. -
    -
  • Scale: Automatic transactional capacity scaling (up and down) depending on database activity. Ability to scale down to zero and consume zero resources.
  • -
  • Availability: High availability. Data replication in triplicate within a single region. Ensures outage survival by spreading replicas across availability zones.
  • -
  • Operations: Cockroach Labs SRE team manages and maintains every cluster. Backups every three hours.
  • -
  • Cost: Free for 10 GiB of storage and 50M [Request Units]({% link cockroachcloud/plan-your-cluster-basic.md %}#request-units). Consumption based billing and resource limits enforce budget requirements.
  • -
  • Resource isolation: Shared CockroachDB software and infrastructure. Data is protected and not shared between deployments.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Support: Provided by CockroachDB community forum and public Slack workspace.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • All workloads: lightweight and critical production.
  • -
  • Applications that may need to grow and scale over time.
  • -
  • Applications with current and future requirements to grow into new cloud regions to serve customers in new markets.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.advanced }}: A fully managed, single tenant CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Service availability guaranteed with 99.99% uptime. Configurable data replication within or across regions.
  • -
  • Operations: Cockroach Labs SRE provides guaranteed uptime, optimization, security, and operations for cluster, node, and cloud instances. Backups daily and hourly.
  • -
  • Cost: Pricing based on disk size and storage. A single, predictable price packages hardware costs with SRE resources and support.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software and infrastructure.
  • -
  • Single Sign-On (SSO): Authentication enforcement using a centralized identity managed by an IdP for clusters and organizations.
  • -
  • Audit log: Configurable cluster and organization log export to AWS CloudWatch or GCP Cloud Logging using the Cloud API.
  • -
  • Network security: VPC peering or AWS PrivateLink for enhanced network security and lower network latency.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
    -
  • Applications that require PCI-readiness.
  • -
- {{ site.data.products.advanced }} with advanced security features enabled: A fully managed, single tenant, PCI-ready CockroachDB deployment in a single region or multi-region cloud (AWS or GCP). -
    -
  • All workloads: lightweight and critical production.
  • -
  • Lightweight applications, starter projects, and proofs of concept. -
  • Teams that require complete control over the database environment and deploy in their own private data centers.
  • -
  • Advanced security controls and requirements.
  • -
  • Applications that need to run in multi-cloud and hybrid cloud deployments.
  • -
  • Applications that need to run in a cloud not supported by Dedicated services.
  • -
  • Applications that require real-time integration with other systems.
  • -
- CockroachDB {{ site.data.products.core }}: A full featured, self-managed CockroachDB deployment. -
    -
  • Scale: Node-based; self-service add and remove nodes.
  • -
  • Availability: Completely configurable for each deployment. Manual controls for replication of data within or across regions.
  • -
  • Operations: Self deployed and managed. Manual scaling.
  • -
  • Cost: Per hardware and infrastructure type.
  • -
  • Resource isolation: Dedicated, single-tenant instance of CockroachDB software.
  • -
  • Support: Enterprise grade support provided by Cockroach Labs.
  • -
  • Enterprise Features: Enabled.
  • -
- -## See also - -- [CockroachDB deployment]({% link {{ page.version.version }}/architecture/glossary.md %}#cockroachdb-deployment-terms) -- [CockroachDB pricing](https://www.cockroachlabs.com/get-started-cockroachdb/) -- [Manual Deployment]({% link {{ page.version.version }}/manual-deployment.md %}) -- [Kubernetes Deployment]({% link {{ page.version.version }}/kubernetes-overview.md %})