One of the primary design goals of all database software is to minimize disk I/O because disk reads and writes are among the most resource-intensive operations. SQL Server builds a buffer pool in memory to hold pages read from the database. Much of the code in SQL Server is dedicated to minimizing the number of physical reads and writes between the disk and the buffer pool. On the same line if we talk about I/O, then the primary purpose of a SQL Server database is to store and retrieve data, so intensive...(
read more)
1 comment posted.
#1
aileen
880 days, 21 hours, 11 minutes ago said:
Good source of interesting and useful information.