If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi Folks,
Can you please help me to get the answers of below questions.
1.What’s the asynchronus prefetch ? How it is helping in performance enhance?
2.Apart from query plans, What else resides in proc cache ?
1. It improves performance by anticipating the pages required for some db activities whose patterns are predictable as the IO request for these pages are issued before the query needs them so that most pages are in cache by the time query processing needs to access the page.