| Subject | Re: [ib-support] Speed of Joins | 
|---|---|
| Author | Aage Johansen | 
| Post date | 2002-05-02T19:13:40Z | 
lele@... wrote:
FIIELD like :PARAM cannot use the index
Regards,
Aage J.
            > HB> But, if you have an index on the column F, you canFIELD1 like 'text%' uses an index, if available
> HB> speed up that outer join (if it is what you need) by using the
> HB> STARTING WITH predicate instead of LIKE. LIKE does not use an
> HB> index, whereas STARTING WITH does.
>
> Helen, I cannot test this right now, but are sure of this? Last time I
> checked I seem to remember that FB was smart enough to recognize the
> "something%" idiom, and optimize the plan to use an index if there is
> one...
>
FIIELD like :PARAM cannot use the index
Regards,
Aage J.