Subject Re: [firebird-support] Query optimization
Author Tim Ledgerwood
Well, that's the plan the IB optimizer uses ... :-(

At 01:55 PM 07/02/2003 +0200, you wrote:

>What a dreadful plan, Tim!
>
>Assuming CODE is fairly selective, the following two indexes should help you:
>
>CREATE INDEX IDX_CLNT_SUB_CODE ON CLNT_SUB(CODE);
>CREATE INDEX IDX_CLIENT ON CLIENT(CODE);
>
>If not selective, add the PK to the end of the index.


[Non-text portions of this message have been removed]