Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server NewID's
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00513516
Message ID:
00513675
Vues:
13
>GUID is good, but it have 32 bytes length compare to the integer (4 bytes). For large tables this is significant slow down and extra data.

Vlad,
GUIDs can be implemented under SQL Server 7/2000 as a UniqueIdentifier data type. As such, they are a 16 byte integer (not 32) so there is really no significant performance hit using them in large tables. If they are implemented as a CHAR type, then I agree that there is a performance hit.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform