From 7e4891be573745fa9826da3a8bb828c55f5dc34a Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Wed, 30 Oct 2024 15:44:21 -0400 Subject: [PATCH] Remove more dangling 'enterprise license' refs (#19031) Addresses DOC-10665 Followup to cockroachdb/docs#19001 --- src/current/_includes/v24.3/misc/enterprise-features.md | 2 +- .../create-a-replication-zone-for-a-secondary-index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/_includes/v24.3/misc/enterprise-features.md b/src/current/_includes/v24.3/misc/enterprise-features.md index 765da40371a..5f9193e1ca9 100644 --- a/src/current/_includes/v24.3/misc/enterprise-features.md +++ b/src/current/_includes/v24.3/misc/enterprise-features.md @@ -14,7 +14,7 @@ Feature | Description Feature | Description --------+------------------------- -Enterprise [`BACKUP`]({% link {{ page.version.version }}/backup.md %}) and restore capabilities | Taking and restoring [incremental backups]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %}), [backups with revision history]({% link {{ page.version.version }}/take-backups-with-revision-history-and-restore-from-a-point-in-time.md %}), [locality-aware backups](take-and-restore-locality-aware-backups.html), and [encrypted backups](take-and-restore-encrypted-backups.html) require an Enterprise license. [Full backups]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %}) do not require an Enterprise license. +[`BACKUP`]({% link {{ page.version.version }}/backup.md %}) and restore capabilities | Taking and restoring [full backups]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %}), [incremental backups]({% link {{ page.version.version }}/take-full-and-incremental-backups.md %}), [backups with revision history]({% link {{ page.version.version }}/take-backups-with-revision-history-and-restore-from-a-point-in-time.md %}), [locality-aware backups](take-and-restore-locality-aware-backups.html), and [encrypted backups](take-and-restore-encrypted-backups.html). [Changefeeds into a Configurable Sink]({% link {{ page.version.version }}/create-changefeed.md %}) | For every change in a configurable allowlist of tables, configure a changefeed to emit a record to a configurable sink: Apache Kafka, cloud storage, Google Cloud Pub/Sub, or a webhook sink. These records can be processed by downstream systems for reporting, caching, or full-text indexing. [Change Data Capture Queries]({% link {{ page.version.version }}/cdc-queries.md %}) | Use `SELECT` queries to filter and modify change data before sending it to a changefeed's sink. [Physical Cluster Replication]({% link {{ page.version.version }}/physical-cluster-replication-overview.md %}) | Send all data at the byte level from a primary cluster to an independent standby cluster. Existing data and ongoing changes on the active primary cluster, which is serving application data, replicate asynchronously to the passive standby cluster. diff --git a/src/current/_includes/v24.3/zone-configs/create-a-replication-zone-for-a-secondary-index.md b/src/current/_includes/v24.3/zone-configs/create-a-replication-zone-for-a-secondary-index.md index a05a6f27c24..ea6d6e0cdcc 100644 --- a/src/current/_includes/v24.3/zone-configs/create-a-replication-zone-for-a-secondary-index.md +++ b/src/current/_includes/v24.3/zone-configs/create-a-replication-zone-for-a-secondary-index.md @@ -4,7 +4,7 @@ The [Cost-based Optimizer]({% link {{ page.version.version }}/cost-based-optimiz {% include enterprise-feature.md %} -The [secondary indexes]({% link {{ page.version.version }}/indexes.md %}) on a table will automatically use the replication zone for the table. However, with an enterprise license, you can add distinct replication zones for secondary indexes. +The [secondary indexes]({% link {{ page.version.version }}/indexes.md %}) on a table will automatically use the replication zone for the table. You can also add distinct replication zones for secondary indexes. To control replication for a specific secondary index, use the `ALTER INDEX ... CONFIGURE ZONE` statement to define the relevant values (other values will be inherited from the parent zone).