Sqlserver-dba.com

SQL Server Async_io_completion and how to reduce it

SQL Server Books online defines Async_io_completion as “Occurs when a task is waiting for I/Os to finish “

Mainly a symptom of an  IO bottleneck. Cross check by identifying other wait stat indicators such as :IO_COMPLETION ,WRITELOG,PAGEIOLATCH_X. The appearance of at least one of these along with ASYNC_IO_COMPLETION – near the top of the wait stats indicates a serious IO bottleneck

Any SQL Server task waits for IO completion – this is completely normal part of SQL Server processing. But when the wait for IO completion is slow there is a problem

A few  issues to consider and approached to minimizing Async_io_completion.

1)Maintain Random access \ Sequential access files  on different drives .

2)Are you experiencing IO delay messages in the error logs. This is a strong indicator , as it reports on IO delays – outside of the SQL Server process space.

the article : IO Requests taking longer than 15 seconds to complete gives an in depth explanation

3)Analyse the SQL Server Performance Stack

 CPU Cores

Windows

SQL Server

Cache

FC HBA

Fibre Channel Switch

Storage Controller

Storage Controller Cache

Disk

LUN

Source:Jack Vamvas (http://www.sqlserver-dba.com)


Author: Jack Vamvas (http://www.sqlserver-dba.com)

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


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