Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sudden slow database access
Message
From
14/01/2015 11:10:37
 
 
To
14/01/2015 10:53:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01613560
Message ID:
01613621
Views:
48
Hi Thomas and thanks.

When using the FoxPro command window for testing from the workstation, I am not setting TMPFILES. It seems with the test as described below, that can not be effecting me. Again, the test is:

X = Live
Y = Test (a copy of live)

From a workstation using foxpro command window:
Set exclusive off
open database X:\data\inmatetrustfund.dbc
select * from inmatetrustfund!bill_code_hist inner join inmatetrustfund!bill_codes on bill_code_hist.cbill_codes_id=bill_codes.cid into cursor lcresult
-- takes 101.48 seconds --
close databases all
open database Y:\data\inmatetrustfund.dbc
select * from inmatetrustfund!bill_code_hist inner join inmatetrustfund!bill_codes on bill_code_hist.cbill_codes_id=bill_codes.cid into cursor lcresult
-- takes 5.34 seconds --

We did turn OpLocks off on the server yesterday but it had no effect.

Thanks,
John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform