Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any plans to increase the table size from 2 GB(Microsoft
Message
From
01/02/2004 08:46:27
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
31/01/2004 19:44:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00872674
Message ID:
00872762
Views:
18
Hi Greg

>Another trick is to keep index sizes small when your table sizes start to grow. VFP is smart enough not to pull an entire full 2GB table through the network when you only want a record or two. But it does however need to read the entire index file.

IMO VFP reads an entire IDX file when there Rushmore is used and the IDX expression matches a condition. I believe it only reads parts of the CDX. Specifically, I believe it reads the equivalent of an IDX from a CDX. If I have 10 tags in the CDX, but only 1 matches the condition, only 1 tags' worth of index data is read.

Using SEEK (non Rushmore optimized) there is significantly less index data flowing across the wire.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform