From what I understand the data will be “persisted” (physically stored, not just retrieved when i need it). Is this correct?
If so what would be the advantage of using an indexed view versus just using a table?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We use Indexed views to “pre JOIN” several commonly used tables that are used in many places.
They are also useful to implement filtered indexes before SQL Server 2008
However, MSDN has an article on them: “Improving Performance with SQL Server 2005 Indexed Views” (first hit on Google BTW)