Can anyone offer some insight as to what
should be considered when choosing between a primary key that is an integer vs.
a primary key that is a string value? Does one or the other affect indexing
speed? update speed?
Is a serial integer value better than using a
PK that has some "value" in its meaning but is a string?
Thanks
Jodi
_______________________________ |
- Re: [ADMIN] string PK vs. interger PK Jodi Kanter
- Re: [ADMIN] string PK vs. interger PK Nick Fankhauser
- Re: [ADMIN] string PK vs. interger PK Dan Langille
- Re: [ADMIN] string PK vs. interger PK Marc Mitchell