Follow sqlserver-dba.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

SQLServer-DBA.com Links

Dba_db2_button

dba-ninja.com

SQL Server DBA Jobs

Warning: Failure to calculate super-latch promotion threshold

10 July,2014 by Tom Collins

Question: Why is the warning  message   Failure to calculate super-latch promotion threshold  appearing in the SQL Server Error Log files?

Answer:  First some background information.  If thousands of queries are accessing a lookup value table  in the data cache  it’s refered as a hot page. These hot pages can experience latch contention. A sustained  high level of SH activity can be promoted to a sub-latch. (sub-latch  is an interchangeable term with super-latch).  

The sub-latch is a single-latch scaled into a latch array per logical CPU. The worker can access just the sub-latch assigned to the related scheduler. Acquiring the sub-latch is less resource intensive and is a scalable method for hot page access.

 For an in-depth explanation and troubleshooting read Diagnosing and Resolving Latch Contention on SQL Server   . This is an excellent document  that covers most aspects of this advanced area.

Read More

SQL Server - Timeout occurred while waiting for latch: class 'LOG_MANAGER'

How to report a SQL Server performance problem

SQL Server Performance Killers

SQL Server – Find queries causing Lock Timeouts per second -

 


Author: Tom Collins (http://www.sqlserver-dba.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment on Warning: Failure to calculate super-latch promotion threshold


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact|Copyright & Disclaimer