Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL, Indexes and Rushmore
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00202421
Message ID:
00202559
Vues:
16
>>should I index on each field separately or is a compound index the way to go??

A bit more on the theory here....

For Rushmore to take effect, you must match the expressions EXACTLY. So, if you have a compound index such as fld1+fld2, your WHERE clause will need to look like this:

WHERE fld1+fld2 = x
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform