Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this how VFP works?
Message
From
12/03/2007 09:21:19
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01202551
Message ID:
01202667
Views:
14
>The guy is wrong. One "trick" that VFP does use to get its speed is to try to load the entire index for a table into memory, but that's very different that loading the entire table.

I don't think that's quite right either. It loads some of each index tag's data or .idx file and builds a bitmap with one bit per record, which remains in memory for the purposes of the CONTINUE command.

> Perhaps he said that and you were thinking he meant the table? But if he said it loads the entire table, he's not right.
>
>>I was at the user group meeting last week and one of the guys there (seemed to be very knowledgeable) said the following:
>>
>>When you use SQL Select command and even if your WHERE clause is getting just one record (WHERE MYPK = nPk), VFP downloads the entire table (even if it has 1000,000 records) to the local drive and then selects the desired record from the local drive.
>>
>>Is this true?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform