Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index View or Table?
Message
From
10/03/2016 06:46:41
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Indexing
Title:
Index View or Table?
Environment versions
SQL Server:
SQL Server 2008 R2
Miscellaneous
Thread ID:
01632781
Message ID:
01632781
Views:
45
Hi,

a system I have has a table called Transactions, then a view based on that called viewTransactions and then another view based on the first view called viewTopTransactions.

Should I create indexes on the underlying table and that will speed up queries against the views? Or should I create indexes on the views? or should I index both table and views?

The queries are like this:

SELECT DISTINCT [PNRStatus] FROM [viewTransactions] ORDER BY [PNRStatus]
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform