как сделать этот запрос быстрее 31 секунд
select tbl1.name , tbl3.area_m2 , tbl4.description from table1 tbl1
inner join table2 tbl2 on tbl1.code = tbl2.parent_code
inner join table3 tbl3 on tbl3.parent_table_code = tbl2.code
inner join table4 tbl4 on tbl4.code = tbl3.parent_table_code
order by tbl1.code