Ignite 2.2:
common sql: select p.* from "personCache".Person p join
"OrganizationCache".Organization o on p.org_id = o.id
where o.area in ('london','paris','roma',...)Is there the better sql from performance perspective? thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
