"Joins and cross-region queries are not allowed - between separate
partitioned regions, or between a partitioned region and any other
region.
No region other than the partitioned region can be referenced in the query."
Hazelcast always partitions your data and you cannot do join across
multiple maps. But you can use data affinity feature to collocate
related data so that you can send a query execution on each member to
query each local collocated portion.
http://hazelcast.com/docs/1.9.4/manual/single_html/#DataAffinity
http://hazelcast.com/docs/1.9.4/manual/single_html/#DistributedExecution
-talip
On Wed, Jan 11, 2012 at 4:46 AM, Raghu Sarma <r.s...@mac.com> wrote:
> Is there a way to query two maps -- like a join that gemfire allows
> across two regions (maps)? I don't see a way to do that.
>
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To post to this group, send email to haze...@googlegroups.com.
> To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
>