Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing the Calculate function - with an index?
Message
De
03/02/2006 07:07:29
 
 
À
03/02/2006 06:34:57
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01092819
Message ID:
01093278
Vues:
24
>>The actual implementation of this example involves a much more complicated scenario, but I think this expresses the heart of my question.
>>
>>Calculate sum(b) for a > 10 and a < 15 to m_sum_b
>>
>>Will execution be speeded up if a is indexed?
>
>As other have said if there is an INDEX ON A your code will optimize. You can also use BETWEEN(). Calculate sum(b) FOR BETWEEN(a,10,15) to m_sum_b

Hi Mike,

a small correction to your suggestion: Calculate sum(b) FOR BETWEEN(a,10.0001,14.9999) to m_sum_b
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform