Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any Experience with SQL Server 2000 speed ?
Message
 
À
28/07/2003 01:37:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00812241
Message ID:
00814352
Vues:
10
Are you using the table datatype to essentially create tables in memory?

I ran into huge performance problems with these because they cannot be indexed and are always accessed via a table scan. They are great for building result sets which are then downloaded all at once, but no good for OLTP stuff.

This may be totally irrelevant to you.

The other thing that occurred to me is: are you doing any sort of interaction with your client during this processing? If you're client is seeing a progress meter, your problem could be one of network traffic?

When you say temporary tables, are these actually permanent tables that you truncate when the process starts? Doing it that way means that you can index appropriately and if necessary place the table on a different drive set.

Talking of which, do you use delete or truncate to remove records? Are there triggers involved on the tables receiving the data results?

Regards
Simon
SJC Systems Limited
WorldSpreads Limited (www.worldspreads.com)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform