Subject | Re: [firebird-support] Computed index |
---|---|
Author | Ivan Přenosil |
Post date | 2013-10-09T14:38:21Z |
> I've got a query containingWhat exactly are these three dots after WHERE ?
>
> ... WHERE ... (MYFIELD in (1,3,4,5,7,8,9,11,12,13))
>
> which runs horribly slowly, because (quite reasonably) the query
> optimiser gives up on that, even though it's got an index on MYFIELD.
Perhaps you should show us whole statement.
Ivan