Re: identity, plus pk?
- From: "Stu" <stuart.ainsworth@xxxxxxxxx>
- Date: 27 Jul 2005 18:49:22 -0700
>>From a strict performance perspective, the presence or absence of keys
has no real effect, especially given the fact that you've managed to
collect 3.5 million records of data without relational constraints.
Your consultant probably meant to encourage you to build a unique
clustered index, which is built by default when you add a primary key
constraint. However, they are not the same; a clustered unique index
can exist without a primary key, and a primary key need not be
clustered (it must, however, be unique). Check the Books OnLine for
clustered indexes, or visit www.sql-server-performance.com for more
help with indexes.
Stu
.
- References:
- identity, plus pk?
- From: newtophp2000
- identity, plus pk?
- Prev by Date: Re: Scheduling a script
- Next by Date: Re: Report query
- Previous by thread: Re: identity, plus pk?
- Next by thread: Re: identity, plus pk?
- Index(es):
Relevant Pages
|