Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RowGuids cause slowdown?
Message
From
17/01/2002 07:57:09
 
 
To
16/01/2002 19:00:09
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00605809
Message ID:
00606017
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform