Subject Re: [ib-support] Indexes and Joins
Author Svein Erling Tysvær
Sorry,
the plan I just wrote will not work. You have to move BT up above CL, i.e.

PLAN
SORT
(JOIN
(JOIN
(SO INDEX (SERVICEORDER_STATUS_INVOICENUMBER_DATECOMPLETED),
BT INDEX (CLIENTBILLTO_CLIENTBILLTOID),
CL INDEX (RDB$PRIMARY13)
),
PD INDEX (PARTDETAIL_SO)
)
)

Set