Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How my application is so slow with 30,000 records?
Message
From
18/04/1998 16:48:00
 
 
To
17/04/1998 23:04:13
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00093105
Message ID:
00093191
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform