Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed of Scan for versus Query
Message
From
08/11/2003 10:21:36
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00847918
Message ID:
00847932
Views:
24
Hi

IMO (without testing right now), scan for examines the indexes to build a bitmap and navigates to the first record. Subsequent navigation uses the existing bitmap.

VFP Query examines the indexes and builds the bitmap. If you use the readwrite clause, it then creates a cursor and navigates through the records, dumping the records into the cursor. You'd then have to scan etc.

>Hi
>
>Which is faster a Scan for expression or a VFP Query?
>
>Thanks
>
>Colin Northway
Previous
Reply
Map
View

Click here to load this message in the networking platform