Enable Lock Pages in Memory to Prevent Database Paging to Disk
Sunday, June 1st, 2008Lock Pages in Memory is a Windows security setting policy that determines which accounts can use a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk, directly improves the response time speed of the process, especially data-intensive program such as SQL Server database management system, as access time from RAM is definitely faster than disk I/O.
Continue reading Enable Lock Pages in Memory to Prevent Database Paging to Disk » » »
































