Skip to main content
Cockroach Continuum is the agentic database cloud built on CockroachDB. Continuum provisions and operates databases for applications and AI agents, and includes AI agents that help operate the databases themselves. Continuum combines CockroachDB’s with virtualization, elastic storage, managed agents, and usage-based economics.

Databases for agentic workloads

Agents create applications. Because each application needs persistent state, this quickly multiplies the number of databases an organization will run. Agents work continuously and issue many requests in parallel, so traffic patterns include frequent spikes. Provisioning a dedicated cluster for each database does not scale to agentic workloads. Because each cluster is typically overprovisioned for its peak workload, most capacity sits idle, and each new cluster adds operational burden. Continuum addresses this problem in five ways:
  • Virtualization runs many isolated databases as virtual clusters on a host cluster, on capacity provisioned once, without a dedicated cluster for each database.
  • Cockroach Plenum separates storage from compute, so that each scales independently with demand.
  • Cockroach Aegis monitors your clusters continuously and generates recommendations based on what it observes.
  • Migration Assistant uses AI to analyze, convert, and load data from your source database into a Continuum cluster, as you review each step in the migration.
  • Editions and add-ons bill for usage: usage-based storage is billed on data stored, and add-ons are billed only while active.

Terminology

  • Organization: The boundary of Continuum. New CockroachDB Cloud organizations use Continuum, and all clusters, workspaces, and billing in an organization belong to it. For how access is managed within an organization, refer to Authorization.
  • Cluster: The unit you create and manage on Continuum. Every cluster is a CockroachDB cluster, in one of three roles: standalone, host, or virtual. For the underlying architecture, refer to the CockroachDB architecture overview.
  • Host cluster: A Mission Critical cluster created with virtualization enabled. It runs its own CockroachDB nodes and provides the capacity that virtual clusters share. Refer to Host Clusters and Workspaces.
  • Virtual cluster: An isolated database created on a host cluster and served by the host’s nodes, with no separate charge. Continuum virtual clusters are distinct from self-hosted cluster virtualization, which shares the underlying architecture but has a different management surface. Refer to Continuum Virtualization and Virtual Clusters for more information.
  • Workspace: A logical grouping that associates virtual clusters with a host cluster. Each host cluster has a single default workspace. All virtual clusters are created in this default workspace and inherits the default burst limit. Refer to Workspaces and Host Clusters.
  • Edition: A cluster plan that sets infrastructure, availability, and feature boundaries. Continuum offers Standard and Mission Critical. Refer to Editions and Add-Ons.
  • Shared and dedicated infrastructure: The two kinds of infrastructure clusters run on. Shared infrastructure serves clusters from multiple organizations; dedicated infrastructure is provisioned for a single cluster. Standard runs on shared infrastructure, and Mission Critical runs on dedicated infrastructure.
  • Add-on: A capability that a cluster uses and is billed for only while it is active, such as hosting virtual clusters or running changefeeds to a sink. Refer to Add-ons.
  • Storage model: The choice, made at cluster creation, between usage-based storage, backed by Plenum and billed on data stored, and provisioned storage, billed on provisioned capacity.

CockroachDB

Every cluster on Continuum is a CockroachDB cluster. Standalone and host clusters run their own CockroachDB nodes, and a virtual cluster is a CockroachDB virtual cluster served by its host’s nodes. In all cases, the CockroachDB documentation, beginning with the , applies to SQL, transactions, and database behavior. Direct entry points into the CockroachDB documentation appear in the CockroachDB section of this documentation set. These components rely on CockroachDB’s core capabilities: distributed transactions with , , fault tolerance, and . Continuum adds the platform layer on top of CockroachDB: how clusters are created, shared, stored, operated, and billed.

Virtualization

With virtualization, a host cluster is provisioned once and divided among many isolated virtual clusters, each with its own connection string, users, schemas, and backups. Virtualization is available only on Continuum. Refer to Virtualization Overview.

Plenum

Plenum is the storage layer behind Continuum’s usage-based storage model. Clusters that use it bill for data stored rather than capacity provisioned. Refer to Plenum Overview.

Aegis

Aegis is CockroachDB’s managed agent. It monitors your clusters continuously and records findings and recommendations for you to review. Aegis operates read-only. Refer to Aegis Overview.

Migration Assistant

Migration Assistant is an AI-guided workflow for migrating a database to CockroachDB, from schema conversion through data load and verification. Refer to Migration Assistant Overview.

Editions and add-ons

Continuum offers clusters in two editions, Standard and Mission Critical, with add-ons that enable additional capabilities and bill only while in use. Refer to Editions and Add-Ons.

Continuum and CockroachDB Cloud

Continuum runs on CockroachDB Cloud. Continuum is enabled per . New CockroachDB Cloud organizations use Continuum, and the same user can belong to Continuum and other Cloud organizations. Existing clusters continue to run in their existing Cloud configurations and are not automatically migrated to Continuum.

Feature availability