Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many combined indexes to handle
Message
From
23/01/2013 14:34:37
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How many combined indexes to handle
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01563859
Message ID:
01563859
Views:
75
On a big project that I maintain since a few years, we have several combined indexes to fit various needs, thus SQL commands which need to perform the result immediately. So, from the SSMS execution plan, with the way the INNER JOINs are being constructed, the fields in the WHERE clause and the list of selected fields, we came up with what was necessary to obtain that result.

However, this raises a concern as to know if it wouldn't have been simpler to simply build one index with all the fields of the table. Or, is the way we have done it by adapting the application based on various SQL commands here and there to include the related indexes was the way to go.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform