Yes sure ,

I have one cache1 with some records and Cache2 with some more records

both cache are related to each other through eqID. I am trying to collocate
both cache by using below code snippet.


cache1.put(new AffinityKey<>(*pk0*, eqID),value1);
cache2.put(new AffinityKey<>(*pk1*, eqID), value2);

After loading both cache . I am executing ignite query and i am not getting
proper data. Some data is missing out in join query.



Thanks & Regards
Tejas


On Thu, Dec 29, 2016 at 1:59 PM, dkarachentsev <dkarachent...@gridgain.com>
wrote:

> Yes, that's right.
>
> Could you, please, describe more detailed what exact problem you faced
> with?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Re-Afinity-Key-tp9774p9794.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to