Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RowGuids cause slowdown?
Message
De
17/01/2002 07:57:09
 
 
À
16/01/2002 19:00:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00605809
Message ID:
00606017
Vues:
25
This message has been marked as a message which has helped to the initial question of the thread.
Although the Uniqueidentifier data type is only 16 bytes, adding one to an existing table could cause havoc. Say that you had a million rows in the table, you've just added 16MB of data, 2K pages at a time. This could cause a lot of page splits.

Use DBCC SHOWCONTIG to determine if you've caused the table to be serverly fragmented. Look at the value returned for SCAN DENSITY. A value closer to 100 is better.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform