Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How much data returned
Message
From
01/05/2006 15:41:19
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
01/05/2006 15:31:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01118142
Message ID:
01118166
Views:
26
>>The all processing is done on workstation (WS) regardless if you're accessing VFP tables directly or through ODBC/ADO. If your query is not Rushmore optimizable, than the whole table has to be transfered to WS for processing. If query is optimizable, than first appropriate part of index(es) will be transferes to WS to determine what records to return and only requested records will be transfered to WS.
>>
>
>Hi Sergey,
>
>Thanks for the quick reply. In the Options under Tools I have "Rushmore Optimization" checked off. In all the EXEs I have "SET OPTIMIZE ON". Is this all that is required?
>
>Mike

No! You have to know HOW to use Rushmore - construct the proper indexes, code the proper queries etc.
Previous
Reply
Map
View

Click here to load this message in the networking platform