Hi ,

Scenario is :
Person cache -> AffinityKey(personId, equivalentid)
PersonDetail cache -> AffinityKey(detailId, equivalentid)

both caches joined on equivalentId and collated is set to true in jdbc url.
Did I miss anything ??



Query will be:

SELECT p.*, m.* from person p  join PERSONDETAILS_CACHE.PersonDetail m on p.
equivalentId = m.equivalentId;




Regards
Tejas


On Thu, Dec 29, 2016 at 4:44 PM, dkarachentsev <[email protected]>
wrote:

> Could you give example of your query? I will try to reproduce.
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Re-Afinity-Key-tp9774p9799.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to