Devis,

Having a link from one object to another is the only way to join them. You
need to add a 'clientUpdateId' field to LinkObject, store each LinkObject as
a separate entry and then join. Another way is to denormalize and add
'registrationId' to LinkObject and remove ClientUpdate type. This way you
can simply query LinkObject-s without a join.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/SQLQuery-tp8785p8791.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to