Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How my application is so slow with 30,000 records?
Message
De
18/04/1998 16:48:00
 
 
À
17/04/1998 23:04:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00093105
Message ID:
00093191
Vues:
30
The queries suggested by others should work fine. Your problem is almost certainly that the system is scrolling through too many child record to find the ones belonging to the parent. Make sure the way you are using your indexes is okay with Rushmore, which it probably is if you are just indexing on key values. It is, as someone said, also a good idea to index on Deleted(). If nothing else works, sum it by yourself with a SCAN FOR. Then, if that is very slow, I'd be pretty sure that your FOR clause is not Rushmore optimizable. Or else, you are running on a 386 with 8 megs of ram and you're almost out of harddrive space so you have a memory/file swapping problem. :)

Adam
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform