Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speed issues
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00811416
Message ID:
00811422
Vues:
18
Here is another one for those who havent used it like this yet

Don't use select * from table because it can be that the table you want to use is not open in this moment.

Try:
if !used("tablealias")
use table in 0 again alias tablealias
endif
select * from tablealias

I get a 10-100 times faster select command with this
If you use views try to collect the data through a much faster select only command, if you just search for something.
But very much faster is a scan for command instead of select in some cases.
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform