Subject | Re: [firebird-support] Is it possible to optimize this query |
---|---|
Author | Anderson Farias |
Post date | 2008-06-26T04:20:37Z |
Hi,
JOIN table4 vyd ON (vyv.table4_id = vyd.table4_id)
TO
LEFT JOIN table4 vyd ON (vyv.table4_id = vyd.table4_id)
and see if it works for you...
Regards,
Anderson Farias
>L INDEX (PK_LANGUAGE),I'd say VYD sould not use natural scan. Can you change the following:
>JOIN (
>VYD NATURAL,
JOIN table4 vyd ON (vyv.table4_id = vyd.table4_id)
TO
LEFT JOIN table4 vyd ON (vyv.table4_id = vyd.table4_id)
and see if it works for you...
Regards,
Anderson Farias