Hi Kevin,

Yes, in case of many-to-many relationship there is no way to collocate if
both entities are stored in partitioned caches. I see two possible
workarounds for that:
- Put one of entities into replicated cache so that it's available on all
nodes and therefore doesn't need to be collocated.
- Denormalize the data and use one-to-many relationship instead. You will
have to duplicate some data, but this approach doesn't require to utilize
replicated caches.

Can you please describe in more detail what you mean by 'Bi-Cache'?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Searching-for-something-based-on-an-Array-values-tp2047p2081.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to