0% found this document useful (0 votes)
50 views1 page

Average Latch Wait Time

The document defines average latch wait time as the average time in milliseconds that a latch request had to wait before being serviced. It explains that a high average latch wait time or number of latch waits per second indicates a low cache hit ratio requiring physical reads, creating an I/O bottleneck. The corrective action is to add physical memory or increase I/O bandwidth.

Uploaded by

divandann
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Average Latch Wait Time

The document defines average latch wait time as the average time in milliseconds that a latch request had to wait before being serviced. It explains that a high average latch wait time or number of latch waits per second indicates a low cache hit ratio requiring physical reads, creating an I/O bottleneck. The corrective action is to add physical memory or increase I/O bandwidth.

Uploaded by

divandann
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Average Latch Wait Time (ms)

Definition The average time, in milliseconds, that a latch dri request had to wait before it was serviced. Explanation A latch is a lightweight, short-term synchronization object that protects an action that does not need to be loc ed for the life of a transaction. !hen you have a high number of latch waits per second or a long average latch wait time, the system probably has a low cache hit ratio and has to perform physical "#$s. This ripples into an "#$ bottlenec . Corrective Action Add physical memory or increase the "#$ bandwidth.

You might also like