Subject RE: [firebird-support] slow join?
Author Leyne, Sean
> Here's the query:
>
> Select P.*, E.uniqueKey from Parts P
> Inner Join ReliefD E
> on (p.repairEntryKey = E.UniqueKey)
> order by
> P.UniqueKey

What is the PLAN for this query?


Sean