Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How much data moves from Server to Client?
Message
 
 
To
06/12/1999 09:33:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00298027
Message ID:
00299144
Views:
26
>>>>Rushmore optimizes an INDEX ... FOR lExpression command if lExpression is an optimizable expression. For best performance, use an optimizable expression in the FOR clause.
>>>
>>>Jess, this means that the expression in the FOR clause has to itself be optimizable. That means there must be another index on that expression.
>>
>>So it clearly explains that an INDEX...FOR (Filtered Index) can be optimizable if the expression is optimizable.
>
>But this a meaningless point. The FIltered index will NOT be used in any optimization, only the index that made the filtered clause optimizable. IOW, for the example you gave above....
>
>INDEX ON code TAG code FOR code = 'I'
>
>is only optimizable if you also have an index
>
>INDEX ON Code TAG Whatever
>
>So, this really means that the first index is not usable at all. Any expression will not use the first (filtered) index, but the second, non-filtered one.

The second and third statement benefits on what the filtered index has done. Because the data has been intact. It's a way way faster approach:

SET ORDER TO code
SUM FOR date >= {12/19/1999} AND etc.

is faster than

SUM FOR code = 'I' AND date >= {12/19/199} AND etc.

>

>
>>CALCU SUM blah..blah.. && not optimizable anymore
>>SCAN FOR.... && not optimizable anymore
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform