Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disk Swap, Thrashing, Poor Performance
Message
From
10/04/1997 18:12:36
 
 
To
10/04/1997 08:58:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00027684
Message ID:
00027863
Views:
29
I wrote about my 800M DBF where queries would run quickly (less
than 2 secs) for a while, then take 5 minutes or longer while
there were thousands and thousands of page faults. You then
queried:

>>Is the slow query a complex single query? In VFP we have been
>>noticing that multiple simple queries execute much faster then
>>a single complex query.

Somebody else answered this question, but they weren't talking
about my problem. Here's my answer:

SELECT Field1 FROM MyDBF WHERE State="CA" INTO CURSOR MyCur ORDER BY Field2

Indexes are on Field1, State, and Field2 -- a very basic query.
The query is irrelevant, though. The problem rears its head
after any random sequence of queries. I'm following up on the
memory issues others have suggested.

- Will Schmidt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform