Skip to content

Commit 9a5d7c5

Browse files
20220713 adr pvs cleanup
1 parent e079bca commit 9a5d7c5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/relational-databases/system-stored-procedures/sys-sp-persistent-version-cleanup-transact-sql.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Manually starts persistent version store (PVS) cleanup process, a key element of
2626

2727
It is not typically necessary to start the PVS cleanup process manually using `sys.sp_persistent_version_cleanup`. However in some scenarios, in a known period of rest/recovery after busy OLTP activity, you may want to initiate the PVS cleanup process manually.
2828

29-
Currently the version cleaner is a single threaded background task.
30-
3129
For more information on ADR on Azure SQL, see [Accelerated Database Recovery in Azure SQL](/azure/azure-sql/accelerated-database-recovery).
3230

3331
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
@@ -50,7 +48,7 @@ Optional. Default is 0. When 1, forces cleanup of all database pages even if not
5048

5149
#### [clean_option]
5250

53-
Optional. Possible options determine whether or not to reclaim off-row PVS page:
51+
Optional. Possible options determine whether or not to reclaim off-row PVS page. This reference is not commonly needed and the default value `0` is recommended.
5452

5553
| Value | Description |
5654
|:--|:--|
@@ -83,8 +81,6 @@ SELECT * FROM sys.dm_exec_requests
8381
WHERE command LIKE '%PERSISTED_VERSION_CLEANER%';
8482
```
8583

86-
87-
8884
### Limitations
8985

9086
Database Mirroring cannot be set for a database where ADR is enabled or there are still versions in the persisted version store (PVS). If ADR is disabled, run `sys.sp_persistent_version_cleanup` to clean up previous versions still in the PVS.

0 commit comments

Comments
 (0)