Y
Hacker News
new
|
ask
|
show
|
jobs
by
Retric
4735 days ago
In SQL server normal Views are basically just a select statent but indexed views can have large performance advantages.
http://technet.microsoft.com/en-us/library/cc917715.aspx
Other DB's have there own optimizations for the same idea.