IO Patterns for Index Seeks: There May be a Lot of Read Ahead Reads
I received a question recently asking about disk access patterns for index seeks in SQL Server. The question suggested that index seeks would have a random read pattern.
Is this necessarily the case?