Subject | Re: [firebird-support] Re: SQL Performance help |
---|---|
Author | Helen Borrie |
Post date | 2006-11-06T04:37:35Z |
At 02:50 PM 6/11/2006, you wrote:
this byway of the discussion didn't involve derived tables, it was
about joining to a SSP. (Maybe you are confused in thinking that
"derived tables" is the same thing as the output of a SSP? It's not.)
And the predicate ieldvalue in(<list of literals>) *does* use an
index on fieldvalue, as the otimizer resolves it to fieldvalue =
<first> or fieldvalue = <second> or ....
./heLen
>Would using derived tables (if available) come up with a plan anyIt depends on the specification of the derived table, I guess...but
>different to the IN clause anyway?
this byway of the discussion didn't involve derived tables, it was
about joining to a SSP. (Maybe you are confused in thinking that
"derived tables" is the same thing as the output of a SSP? It's not.)
And the predicate ieldvalue in(<list of literals>) *does* use an
index on fieldvalue, as the otimizer resolves it to fieldvalue =
<first> or fieldvalue = <second> or ....
./heLen