- Local time
- Tomorrow, 03:37
- Joined
- Jan 20, 2009
- Messages
- 12,895
Rainlover, you keep banging on about using Autonumber as an alternative to a composite key. I agree that a single number field is generally better than a composite key.
However, earlier in the thread you stated:
That statement completely rules out the use of any natural key as a PK even if it is a single field.
I have spelt out solid arguments against that position, none of which you have adequately responded to.
You simply claim that modern systems have the power to carry and process redundent information so the load doesn't matter. However, no matter how powerful a system, adding extra unnecessary work will bring it sooner to overload than need be as the data and number of users expand.
However, earlier in the thread you stated:
There is one other rule I apply with Primary Keys and that is that it is never seen by the end user.
That statement completely rules out the use of any natural key as a PK even if it is a single field.
I have spelt out solid arguments against that position, none of which you have adequately responded to.
You simply claim that modern systems have the power to carry and process redundent information so the load doesn't matter. However, no matter how powerful a system, adding extra unnecessary work will bring it sooner to overload than need be as the data and number of users expand.