Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should I SUM() on the local machine or ask of server mac
Message
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 SP1
Database:
Firebird
Divers
Thread ID:
01271514
Message ID:
01271520
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>Hi all
>
>The users that I have to cater to do not have specialized servers, but rather have medium power computers acting as servers. In such a situation is it advisable to get the data from the back-end and then SUM()? Or is it still advisable to let the server machine do the SUM()ming?
>
>Please advise.
>
>Thanks.

If this is a SQL Server or other server based database, let the server do the SUM.

If you have the client do the SUM, the server still has to send all the data required for summation to the client. More work for the server and network.
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform