diff --git a/src/current/v24.1/admission-control.md b/src/current/v24.1/admission-control.md index 584d8ea9509..df357eb349d 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 97201f9e1c2..23d02a223a9 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 0697eec3c1a..f292c6c00c8 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).