From a0fa27686c3d4fbcd17b041a7f71b6c740c1fa5c Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Mon, 8 Dec 2025 14:15:13 -0500 Subject: [PATCH] Update AC docs: all flavors of RESTORE are covered Fixes DOC-15137 NB. This change is ported to all supported versions v24.1+ --- src/current/v24.1/admission-control.md | 1 + src/current/v24.3/admission-control.md | 1 + src/current/v25.2/admission-control.md | 1 + src/current/v25.3/admission-control.md | 1 + src/current/v25.4/admission-control.md | 1 + src/current/v26.1/admission-control.md | 1 + 6 files changed, 6 insertions(+) diff --git a/src/current/v24.1/admission-control.md b/src/current/v24.1/admission-control.md index b68517a11f2..c2cdfb012f4 100644 --- a/src/current/v24.1/admission-control.md +++ b/src/current/v24.1/admission-control.md @@ -45,6 +45,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [General SQL queries]({% link {{ page.version.version }}/selection-queries.md %}) have their CPU usage subject to admission control, as well as storage IO for writes to [leaseholder replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases). - [Bulk data imports]({% link {{ page.version.version }}/import-into.md %}). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). diff --git a/src/current/v24.3/admission-control.md b/src/current/v24.3/admission-control.md index 30f3f0e782a..38175bd581d 100644 --- a/src/current/v24.3/admission-control.md +++ b/src/current/v24.3/admission-control.md @@ -47,6 +47,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [Follower replication work]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft). - [Raft log entries being written to disk]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft). diff --git a/src/current/v25.2/admission-control.md b/src/current/v25.2/admission-control.md index bc44a083f93..dd72fb6dcd4 100644 --- a/src/current/v25.2/admission-control.md +++ b/src/current/v25.2/admission-control.md @@ -47,6 +47,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [Follower replication work](#replication-admission-control). - [Raft log entries being written to disk]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft). diff --git a/src/current/v25.3/admission-control.md b/src/current/v25.3/admission-control.md index bc44a083f93..dd72fb6dcd4 100644 --- a/src/current/v25.3/admission-control.md +++ b/src/current/v25.3/admission-control.md @@ -47,6 +47,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [Follower replication work](#replication-admission-control). - [Raft log entries being written to disk]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft). diff --git a/src/current/v25.4/admission-control.md b/src/current/v25.4/admission-control.md index bc44a083f93..dd72fb6dcd4 100644 --- a/src/current/v25.4/admission-control.md +++ b/src/current/v25.4/admission-control.md @@ -47,6 +47,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [Follower replication work](#replication-admission-control). - [Raft log entries being written to disk]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft). diff --git a/src/current/v26.1/admission-control.md b/src/current/v26.1/admission-control.md index bc44a083f93..dd72fb6dcd4 100644 --- a/src/current/v26.1/admission-control.md +++ b/src/current/v26.1/admission-control.md @@ -47,6 +47,7 @@ Almost all database operations that use CPU or perform storage IO are controlled - [`COPY`]({% link {{ page.version.version }}/copy.md %}) statements. - [Deletes]({% link {{ page.version.version }}/delete-data.md %}) (including deletes initiated by [row-level TTL jobs]({% link {{ page.version.version }}/row-level-ttl.md %}); the [selection queries]({% link {{ page.version.version }}/selection-queries.md %}) performed by TTL jobs are also subject to CPU admission control). - [Backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}). +- [Restore]({% link {{ page.version.version }}/restore.md %}) operations, including [full cluster]({% link {{ page.version.version }}/restore.md %}#full-cluster), [database]({% link {{ page.version.version }}/restore.md %}#databases), and [table]({% link {{ page.version.version }}/restore.md %}#tables) restores. - [Schema changes]({% link {{ page.version.version }}/online-schema-changes.md %}), including index and column backfills (on both the [leaseholder replica]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leases) and [follower replicas]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft)). - [Follower replication work](#replication-admission-control). - [Raft log entries being written to disk]({% link {{ page.version.version }}/architecture/replication-layer.md %}#raft).