Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing the Calculate function - with an index?
Message
De
03/02/2006 06:34:57
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
02/02/2006 09:37:49
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:
01093274
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform