Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Partial Rushmore Optimization Question
Message
From
12/03/2003 20:23:51
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00765141
Message ID:
00765220
Views:
24
In addition to what you've been told already, SET DELETED OFF while you build and test your queries. Especially if the deleted records are not significant. That way you can determine if your query is optimized by focusing on the significant parts.

>Thanks Jim that is indeed true.
>
>Simon
>
>>My guess is that you are operating with DELETED ON and do not have a TAG on DELETED().
>>
>>The usual warning applies - "partial" may be better in THIS case.
>>
>>
>>>Hi
>>>
>>>I have a table indexed on PID+DToS(Date) and when I issue the following query it reports that it is only partially optimized.
>>>
>>>Select * From myTable Where PID+DToS(Date)="!!!!!#"
>>>
>>>I expected it to report that is was fully optimized. Can someone explain why it is only partially optimized?
>>>
>>>It also reports partial optimization when I add the date as follows:
>>>
>>>Select * From myTable Where PID+DToS(Date)="!!!!!#20021225"
>>>
>>>Thanks
>>>Simon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform