Skip to content

Tag Archives: IO

Statistics IO: Logical, Physical, Read-Ahead

SET STATISTICS IO ON is an option that shows, at the page level, the physical and logical IO that goes on for each statement in a batch. Its not the most detailed inspection of a the query performance but it gives a nice insight into whats going in when the query is executing. I’m going [...]