Subject | Re: [firebird-support] IN operator performance |
---|---|
Author | Ann W. Harrison |
Post date | 2009-12-22T21:12:53Z |
Fernando Medeiros wrote:
formats of IN - list of values and select statement.
Cheers,
Ann
> where afield = idSorry, but the optimizer will use an index for IN - both
> if the afield is indexed, the performance is better.
>
> where afield in (id)
> the performance is same (low) with field indexed or not.
>
> correct me if i am wrong.
formats of IN - list of values and select statement.
Cheers,
Ann