Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Approaching 2 gig
Message
From
17/11/2005 18:37:39
 
 
To
17/11/2005 13:59:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01068294
Message ID:
01070020
Views:
35
>>Maybe the memo field is suffering from "Memo Bloat". If there are lots of deletions, then the memo grows each time. Try a Pack MEMO.
>
>The best we could do was about 5% optimization by going that way.

Look at SET BLOCKSIZE 32

This may require you to recreate the table and append the original data in, in order to get the new memo block size. But, maybe just packing it would do it after set the new block size.

Also, make the memo field Nullable, and replace all memo field with nulls where they are empty. Then pack again.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform