Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does the order of columns matter?
Message
From
25/08/2016 13:09:19
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01639951
Message ID:
01639979
Views:
65
>>>>When creating a unique index and FK constraint on two columns, does the order of columns matter?
>>>>
>>>>For example, I want to have unique index on SITE_NO (Int) and CATEGORY (Char(20) and a FK Constraint on these two fields. Would [SITE_NO],[CATEGORY] create different "results" from [CATEGORY],[SITE_NO]?
>>>>
>>>>TIA
>>>
>>>Yes, order of columns matter in the index. Select most selective column first.
>>
>>What do you mean by "most selective"?
>
>If you have many categories and just few sites, then using Category as first column in the index may help with the queries. If it's the opposite situation of column's selectivity, then the index should start with the SiteNo column.

I know little SQL but that sounds counter-intuitive. Wouldn't putting the field with the least matches first make more sense ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform