Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File size increases when I do indexing
Message
From
28/10/2002 05:11:38
 
 
To
28/10/2002 00:38:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00715943
Message ID:
00715958
Views:
25
>When i do reindexing in my application, I find the .cdx file is increased. This happens even if I do just reindexing, nothing else. Can any body help me in this?

Probably you are doing something like this:
. use abcd again in 0 exclusive
. index on field1 tag key1

In that case the CDX size will increase. You must do this:
. use abcd again in 0 exclusive
. pack
. reindex
. index on field1 tag key1

Joaquim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform