Skip to content

Update plan description #19591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions src/current/cockroachcloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To get started right away, you can [sign up for a CockroachDB {{ site.data.produ

When you create a cluster in CockroachDB {{ site.data.products.cloud }}, you select its plan. A CockroachDB {{ site.data.products.cloud }} organization can include clusters of each plan. This section provides an overview of each plan. For a more detailed comparison, refer to [CockroachDB Pricing](https://www.cockroachlabs.com/pricing) and [Understand CockroachDB Cloud Costs]({% link cockroachcloud/costs.md %}).

- **CockroachDB {{ site.data.products.basic }}**: Usage-based. CockroachDB Serverless clusters are now on CockroachDB {{ site.data.products.basic }}.
- **CockroachDB {{ site.data.products.basic }}**: Usage-based. Ideal for smaller, bursty applications which require up to 30K RU/second, or approx 60 vCPUs. CockroachDB Serverless clusters are now on CockroachDB {{ site.data.products.basic }}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **CockroachDB {{ site.data.products.basic }}**: Usage-based. Ideal for smaller, bursty applications which require up to 30K RU/second, or approx 60 vCPUs. CockroachDB Serverless clusters are now on CockroachDB {{ site.data.products.basic }}.
- **CockroachDB {{ site.data.products.basic }}**: Usage-based. Ideal for smaller, bursty applications which require up to 30K RU/second, or approximately 60 vCPUs. Former CockroachDB Serverless clusters were transitioned to CockroachDB {{ site.data.products.basic }}.


- **CockroachDB {{ site.data.products.standard }}**: A new plan in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
- **CockroachDB {{ site.data.products.standard }}**: A new plan in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. Ideal for consistent workloads up to 200 vCPUs. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.

- **CockroachDB {{ site.data.products.advanced }}**: Fully pre-provisioned, with additional security and compliance features. CockroachDB Dedicated clusters are now on CockroachDB {{ site.data.products.advanced }}. CockroachDB Dedicated Advanced clusters are now on CockroachDB {{ site.data.products.advanced }} with enhanced security features enabled.
- **CockroachDB {{ site.data.products.advanced }}**: Fully pre-provisioned, with additional security and compliance features. Ideal for high scale applications whihc require more than 200vcpus with sophisticated security requirements. CockroachDB Dedicated clusters are now on CockroachDB {{ site.data.products.advanced }}. CockroachDB Dedicated Advanced clusters are now on CockroachDB {{ site.data.products.advanced }} with enhanced security features enabled.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **CockroachDB {{ site.data.products.advanced }}**: Fully pre-provisioned, with additional security and compliance features. Ideal for high scale applications whihc require more than 200vcpus with sophisticated security requirements. CockroachDB Dedicated clusters are now on CockroachDB {{ site.data.products.advanced }}. CockroachDB Dedicated Advanced clusters are now on CockroachDB {{ site.data.products.advanced }} with enhanced security features enabled.
- **CockroachDB {{ site.data.products.advanced }}**: Fully pre-provisioned, with additional security and compliance features. Ideal for high scale applications that require more than 200 VCPUs and have sophisticated security requirements. Former CockroachDB Dedicated clusters were transitioned to CockroachDB {{ site.data.products.advanced }}. Former CockroachDB Dedicated Advanced clusters were transitioned to CockroachDB {{ site.data.products.advanced }} with enhanced security features enabled.

Note that we refer to a "security addon" here but I don't think we define it anywhere.


## Next steps

Expand Down
Loading