Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DELETED() as an index
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00130053
Message ID:
00130384
Vues:
14
>>Hello Rudy,
>>
>> Here, VFP is optimizing queries using RushMore and not creating temporary table. You just include NOFILTER clause which disables the Rushmore and try.
>>
>>Bye
>>Jayesh
>>
>Using NOFILTER shuts off Rushmore? I've never heard that one.
>
Steve,

NOFILTER does NOT disable Rushmore at all. It simply prevents the result set of records from being the opriginal table used again with a filter set on it and forces the creation of an actual cursor with the records.

NOFILTER may cause a query to take longer, but that is not because Rushmore is not being used. Rushmore will optimize a NOFILTER query as much as it can.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform