Subject | Re: [firebird-support] Slow join optimization |
---|---|
Author | Dmitry Yemanov |
Post date | 2005-06-15T12:31:30Z |
"Terry Johnson" <terry@...> wrote:
queries.
Dmitry
>It would be much easier to help if you'd show us execution plans for both
> Select * from TRANS where STORE=x and TRAN_DATE>start_date
>
> Select * from TRANS join ITEMS on ITEMS.TRAN_ID=TRANS.ID where
> TRANS.STORE=x and TRANS.TRAN_DATE>start_date
queries.
Dmitry