SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Silicon Investor, under the hood -- Ignore unavailable to you. Want to Upgrade?


To: mas_ who wrote (13)12/13/2004 12:35:54 AM
From: SI Bob  Read Replies (2) | Respond to of 81
 
Is the primary key a clustered index as that will be a mistake.

Since a primary key has to be unique, and a clustered index takes advantage of grouping a non-unique field, yes, that'd be one heckuva mistake.

In my experience, clustered indexes haven't gained me anything unless I'm using them on fields that have very few possible different values in them.