Subject | Re: [firebird-support] Re: "IN" and several "=" and "and" |
---|---|
Author | Ivan Prenosil |
Post date | 2005-05-25T08:14:28Z |
> My next question is that does this kind of query optimezed theYou can always verify usage of indexes yourself, just look at plan generated
> uses of Index? What about its performance in non index columns?
for each query. E.g. in ISQL use this commnad
SET PLAN ON;
and then execute your query.
Ivan