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

Commit 3c6b3f6

Browse files
mufukuharwestMSFT
authored andcommitted
Update prereqs-restrictions-recommendations-always-on-availability.md
Add description of the new SQL Server 2022 feature: ParallelRedoThreadPool https://learn.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-2022?view=sql-server-ver16#performance
1 parent 0af1034 commit 3c6b3f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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
@@ -141,7 +141,7 @@ helpviewer_keywords:
141141
142142
- The maximum number of threads used by availability groups is the configured setting for the maximum number of server threads ('**max worker threads**') minus 40.
143143
144-
- The availability replicas hosted on a given server instance share a single thread pool.
144+
- The availability replicas hosted on a given server instance share a single thread pool in SQL Server 2019 and previous versions.
145145
146146
Threads are shared on an on-demand basis, as follows:
147147
@@ -157,6 +157,8 @@ helpviewer_keywords:
157157
158158
- A backup on a secondary replica holds a thread on the primary replica for the duration of the backup operation.
159159
160+
- SQL Server 2022 introduced Parallel Redo Thread Pool. Instance level thread pool shared with all databases having redo work. With this, each database can take the benefit of parallel redo. The parallel redo thread pool allows multiple threads to process the log records of one database at the same time (in parallel). In SQL Server 2019 and previous versions, the number of available threads for redo is limited to 100.
161+
160162
- SQL Server 2019 introduced parallel redo for memory optimized availability group databases. In SQL Server 2016 and 2017, disk-based tables do not use parallel redo if a database in an availability group is also memory optimized.
161163
162164
For more information, see [Always On - HADRON Learning Series: Worker Pool Usage for HADRON Enabled Databases](/archive/blogs/psssql/alwayson-hadron-learning-series-worker-pool-usage-for-hadron-enabled-databases) (a CSS [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Engineers Blog).

0 commit comments

Comments
 (0)