Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speed of Scan for versus Query
Message
De
08/11/2003 10:21:36
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00847918
Message ID:
00847932
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform