Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wishlist: native VFP views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00305642
Message ID:
00305796
Vues:
29
>Walter,
>
>Are you sure the performance problems you are seeing with SQL is not just an issue of the SQL optimizer making incorrect judgements about what to join first? Your xbase code uses a priori knowledge of your data when you set it up. If you have a select with a three table join in VFP you can quite often split it into two selects that perform much better using the same a priori knowledge to reduce the amount of rows to be joined.

Or list the joins in the most optimal order and use the FORCE option in the SELECT command.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform