Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where will the SQL being execute?
Message
 
 
To
02/01/2001 10:45:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00458471
Message ID:
00458488
Views:
14
>Hi,
> I am using VFP DB in my multiuser application.
> I would like to know, where will the comparison being done? I heard that, the index of the table will be sent to the workstation which call the SQL, and then only pull the actual data needed from server.
> Since everything done by workstation, is it meant we need more powerful workstation instead of powerful server?
> Please advise
>
>Thank you

All processing for VFP is done at the workstation. It is not a client server environment.

Server Guidelines
Fast enough and powerful enough to handle file locking a serving
Large amounts of memory to handle disk caching or a fast disk system

Network Guidelines
100BaseT - fastest, cheapest pipe to feed you your data

Workstation Guidelines
Large amounts of memory for faster processing and less disk swapping
Fast CPU for better procesing times

Since terms like "fast" and "large" are relative to the applications you will be running, you have to figure the actual numbers for yourself.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform