Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sudden slow database access
Message
De
14/01/2015 11:10:37
 
 
À
14/01/2015 10:53:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01613560
Message ID:
01613621
Vues:
47
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform