Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8f1aa51

Browse files
committed
Clarify AG relationship to Resource Governor
1 parent 8d8b415 commit 8f1aa51

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/database-engine/availability-groups/windows/contained-availability-groups-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ Currently, the following [!INCLUDE [ssnoversion-md](../../../includes/ssnoversio
136136

137137
Resource Governor works at the instance level. Resource Governor with a contained availability group isn't applicable.
138138

139+
Resource Governor configuration DDL commands have no effect when executed on a contained availability group connection.
140+
141+
If Resource Governor is enabled via an instance connection, it has no effect on the contained availability group connections.
142+
139143
### Change data capture
140144

141145
Change data capture (CDC) is implemented as SQL Agent jobs, so the SQL Agent needs to be running on all instances with replicas in the contained AG.

docs/database-engine/availability-groups/windows/prereqs-restrictions-recommendations-always-on-availability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ To support the [!INCLUDE [ssHADR](../../../includes/sshadr-md.md)] feature, ensu
5757

5858
- **Sufficient disk space:** Every computer on which a server instance hosts an availability replica must possess sufficient disk space for all the databases in the availability group. Keep in mind that as primary databases grow, their corresponding secondary databases grow the same amount.
5959

60-
- **Identical disk layout:** Every computer on which a server instance hosts an availability replica should have an identical disk layout (with exact disk drive letters and sizes) to ensure file paths for database files (mdf, ldf) are mirrored, preventing complications during seeding and synchronization. Review [Restrictions (availability databases)](#RestrictionsDb) for disk layouts that differ.
60+
- **Identical disk layout:** Every computer on which a server instance hosts an availability replica should have an identical disk layout (with exact disk drive letters and sizes) to ensure file paths for database files (mdf, ldf) are mirrored, preventing complications during seeding and synchronization. Review [Restrictions (availability databases)](#RestrictionsDb) for disk layouts that differ.
61+
62+
- **Resource Governor configuration**: If you are using Resource Governor, use the same Resource Governor configuration on all instances that host availability group replicas.
6163

6264
### <a id="PermissionsWindows"></a> Permissions (Windows system)
6365

docs/relational-databases/resource-governor/resource-governor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Resource governor has the following limitations:
4949
- Very short queries, such as queries in some OLTP workloads, might not use CPU long enough to apply CPU bandwidth controls. This might skew CPU usage statistics and limit the effectiveness of CPU resource governance.
5050
- The ability to govern physical I/O applies only to user operations and not system tasks. System tasks perform transaction log, checkpoint, and lazy writer I/O. Resource governor governs user physical reads I/O but not write I/O performed by system tasks.
5151
- You can't modify resource governance controls for the `internal` resource pool and workload group.
52+
- Resource Governor works at the instance level. Resource Governor with a contained availability group isn't applicable.
5253

5354
## Resource concepts
5455

0 commit comments

Comments
 (0)