What happens when I create an index on a view? Are there any benefits versus using a table with ind
Posted
by Gilbo
on Stack Overflow
See other posts from Stack Overflow
or by Gilbo
Published on 2010-06-15T04:58:10Z
Indexed on
2010/06/15
5:02 UTC
Read the original article
Hit count: 132
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?
© Stack Overflow or respective owner