Subject | Re: [ib-support] Query Plan |
---|---|
Author | Nando Dessena |
Post date | 2001-02-22T08:25:36Z |
Jason,
Anyway, I need to have the optimizer use the one meaningful index.
Your solution would make it not use any indexes (indices?), wouldn't it?
Thanks
--
____
_/\/ando
> What I do is add a +0 to date columns and this effectively drops the indexthis is interesting, I never thought about that.
> and then a plan is not needed. With strings you can use || '' and this will
> accomplish the same thing.
>
> The optimizer cannot use an index for a computed value in a comparison...
Anyway, I need to have the optimizer use the one meaningful index.
Your solution would make it not use any indexes (indices?), wouldn't it?
Thanks
--
____
_/\/ando