SQL Server 2019 : Concurrent PFS updates

sakuraime 2,341 Reputation points
2021-07-23T15:02:03.267+00:00
SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2021-07-23T16:12:14.237+00:00

    This is mainly a performance improvement for tempdb contention. It can happen in user databases, but less often than tempdb.


  2. Cris Zhan-MSFT 6,661 Reputation points
    2021-07-26T08:36:06.893+00:00

    Hi,

    Please refer to the document - Diagnose and resolve latch contention on SQL Server. The following are some of the contents of this document.

    What is SQL Server latch contention
    https://learn.microsoft.com/en-us/sql/relational-databases/diagnose-resolve-latch-contention?view=sql-server-ver15#what-is-sql-server-latch-contention

    Latch contention on page free space (PFS) pages
    https://learn.microsoft.com/en-us/sql/relational-databases/diagnose-resolve-latch-contention?view=sql-server-ver15#latch-contention-on-page-free-space-pfs-pages


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.