> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cockroachlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Feature Reference

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

This page summarizes feature availability across Cockroach Continuum editions and virtual clusters. For what editions and add-ons are and how they bill, refer to [Editions and Add-Ons](/docs/continuum/editions-and-add-ons).

## Features by edition

| Feature                                                                                                                    | Standard                                                                                                        | Mission Critical                                                                                                                                                                                                                                         |
| -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Infrastructure                                                                                                             | Shared                                                                                                          | Dedicated                                                                                                                                                                                                                                                |
| Region topology                                                                                                            | Single or multi-region                                                                                          | Single or multi-region (usage-based storage is single-region only)                                                                                                                                                                                       |
| Clouds                                                                                                                     | AWS, GCP                                                                                                        | AWS, GCP, Azure ([usage-based storage](/docs/continuum/plenum-overview#usage-based-storage) is available in selected AWS regions)                                                                                                                        |
| Storage model                                                                                                              | Usage-based                                                                                                     | Provisioned, or [usage-based](/docs/continuum/plenum-overview) on single-region clusters running CockroachDB v26.3 or later                                                                                                                              |
| Availability SLA                                                                                                           | 99.99%                                                                                                          | 99.99% single-region, 99.999% multi-region                                                                                                                                                                                                               |
| Support response SLA                                                                                                       | 1-hour P1                                                                                                       | 30-minute P1                                                                                                                                                                                                                                             |
| RTO                                                                                                                        | \[To be confirmed]                                                                                              | Seconds to minutes                                                                                                                                                                                                                                       |
| RPO                                                                                                                        | \[To be confirmed]                                                                                              | Near zero                                                                                                                                                                                                                                                |
| [Backups with revision history and PITR](/docs/stable/take-backups-with-revision-history-and-restore-from-a-point-in-time) | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Managed backups and restore](/docs/cockroachcloud/managed-backups)                                                        | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Encrypted backups](/docs/stable/take-and-restore-encrypted-backups)                                                       | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Online restore](/docs/stable/restore)                                                                                     | ✗                                                                                                               | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| Host for [virtual clusters](/docs/continuum/virtual-clusters)                                                              | ✗                                                                                                               | <span className="mark-yes">✓</span> (with the [Cluster Virtualization](/docs/continuum/editions-and-add-ons#add-ons) add-on; provisioned storage only)                                                                                                   |
| [Changefeeds (CDC)](/docs/stable/change-data-capture-overview)                                                             | <span className="mark-yes">✓</span> (with the [Data Sync](/docs/continuum/editions-and-add-ons#add-ons) add-on) | <span className="mark-yes">✓</span> (with the [Data Sync](/docs/continuum/editions-and-add-ons#add-ons) add-on)                                                                                                                                          |
| [`EXPORT`](/docs/stable/export)                                                                                            | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Physical cluster replication](/docs/stable/physical-cluster-replication-overview)                                         | ✗                                                                                                               | <span className="mark-yes">✓</span> (with the [Data Replication](/docs/continuum/editions-and-add-ons#add-ons) add-on; <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>, provisioned storage only) |
| [Logical data replication](/docs/stable/logical-data-replication-overview)                                                 | ✗                                                                                                               | ✗                                                                                                                                                                                                                                                        |
| [FIPS-ready binary](/docs/stable/fips)                                                                                     | ✗                                                                                                               | ✗                                                                                                                                                                                                                                                        |
| Ingress private connectivity                                                                                               | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span> (provisioned storage only)                                                                                                                                                                                           |
| [Egress private endpoints](/docs/cockroachcloud/egress-private-endpoints)                                                  | ✗                                                                                                               | <span className="mark-yes">✓</span> (provisioned storage only)                                                                                                                                                                                           |
| [Row-level security](/docs/stable/row-level-security)                                                                      | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Column-level encryption](/docs/stable/column-level-encryption)                                                            | <span className="mark-yes">✓</span>                                                                             | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [CMEK](/docs/cockroachcloud/cmek)                                                                                          | ✗                                                                                                               | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |
| [Egress perimeter controls](/docs/cockroachcloud/egress-perimeter-controls)                                                | ✗                                                                                                               | <span className="mark-yes">✓</span>                                                                                                                                                                                                                      |

## Features on virtual clusters

Virtual clusters inherit the host's license entitlements, but not every cluster feature applies to a virtual cluster. Refer to [feature availability on virtual clusters](/docs/continuum/virtual-clusters#feature-availability-on-virtual-clusters).

## Aegis availability

[Cockroach Aegis](/docs/continuum/aegis-overview) is in private preview and requires sign-up and opt-in. It can monitor CockroachDB Cloud and self-hosted clusters, whether or not they use Continuum. Enrollment is separate from selecting a Continuum edition or add-on.

For prerequisites and deployment requirements, see [How do I connect a cluster?](/docs/continuum/aegis-security-and-data-access#how-do-i-connect-a-cluster).
