Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GUID for a primary key?
Message
From
27/07/2021 05:56:28
 
 
To
26/07/2021 16:23:00
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01681922
Message ID:
01681938
Views:
69
>>>To me it looks like a no brainer. When creating a primary key for a table I use a guid.
>
>We used SQL Server autoinc/identity fields starting in 1996. Problem is that unless you knew back then to seed the Identity at -2 billion, INT tops out at 2 billion which sounds like a lot unless you're deleting and re-inserting rows frequently which can chew through the increment very quickly. Path forward possibly involving bigint though that will involve some FK issues and VFP doesn't have that field type. GUID obviously avoids all this, at the cost of bulk and possibly less efficient indexing if you can get away with INT identity.

Embolded 1: What exactly is the reason or use case for this practice IAC ? Avoid audit tables ?
Embolded 2: For me to find / follow change order, edt_timstp plus edt_counter on records is enough
Embolded 3: Currency is a 8 Byte integer. As I think there is only compare, not update in vfp, is Binary good enough ?

curious
thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform