Hi, We have observed the SQL statements with table inner join are running very slow.
>From the explain plan we have noticed the first table filtered data is sent to client and the subsequent table joins are run from client each joined table data. Is it the way Phoenix execute SQL join statements? Thanks Susheel Kumar