Is a view faster than a simple query?
Yes, views can have a clustered index assigned and, when they do, they’ll store temporary results that can speed up resulting queries. Microsoft’s own documentation makes it very clear that Views can improve performance. First, most views that people create are simple views and do not use this feature, and are therefore no different to … Read more