Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do local views process data?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00336812
Message ID:
00336911
Views:
20
>How much of a VFP table is actually buffered to memory when it is opened? My >thought is since local views open the required VFP tables locally on each >client machine and the processing to create the view is done on the client >machine why do I see such a performance difference?

Only the records you retrieve are buffered on your local system in temporary cursors.

The other thing that may be bogging you down is if you are using your local views as SQL query source files. When you issue a SQL Select, VFP opens up the source file again (so as not to move your cursor and other reasons). By opening the source view again, it has to go over the wire to get the records. So while you think you querying on a local source, you are really querying two sources.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

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

Click here to load this message in the networking platform