Skip to content

Commit 772c59e

Browse files
MikeyBronowskirwestMSFT
authored andcommitted
Revise note on database snapshots overhead
Updated note regarding CPU and IO overhead when creating database snapshots.
1 parent e08a249 commit 772c59e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/database-engine/availability-groups/windows/database-snapshots-with-always-on-availability-groups-sql-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ helpviewer_keywords:
1515
# Database Snapshots with Always On Availability Groups (SQL Server)
1616
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)]
1717

18-
[!NOTE] Creating database snapshots on any database has cpu and IO overhead due to copy on write activity. On database replicas, this can hurt redo throughput among other operations, especially as the number of snapshots increases.
18+
> [!NOTE]
19+
> Creating database snapshots on any database has cpu and IO overhead due to copy on write activity. On database replicas, this can hurt redo throughput among other operations, especially as the number of snapshots increases.
1920
2021
You can create a database snapshot on an primary or secondary database in an availability group. The replica role must be either PRIMARY or SECONDARY, not in the RESOLVING state.
2122

0 commit comments

Comments
 (0)