Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RemoteView slows down
Message
De
03/06/2003 17:17:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
RemoteView slows down
Divers
Thread ID:
00795929
Message ID:
00795929
Vues:
54
Hi all,

I have a VFP table with 11.9 million (1.4 GB file size) records and I created a view off it which has 87,000+ records. The source table has PK consisting four columns as such: bintoc(id1)+bintoc(id2)+bintoc(id3)+timeframe with a !DELETED() filter. It takes approximately two seconds or more to replace two columns of the view.

The performance is very acceptable (fast) with 2800+ records in the view. Source table is on a network location. Even when data (source table) is on local drive, performance does not improve at all.
Settings are as follow:
command:
replace nQty with m.Qty
if !isnull(m.Rev)
   replace nRev with m.Rev
endif

Buffering = 3 && optimistic row
WhereType = 3 && key & modified fields ; setting this to 1 slowed it down further

SYS(3050,1,15000000)
SYS(3050,2,10000000)

Pentium III-M 1.2M
Base Physical Memory 512 MB
Windows 2000 Pro SP3
VFP 7 SP 1
Any inputs greatly appreciated.
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform