Re: Multiple Cluster and Cache Joins

2017-11-09 Thread StartCoding
Hi Val, Thanks for the quick response. The reason for separate clusters is separation of duties and maintenance perspective. Thanks Saji -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Multiple Cluster and Cache Joins

2017-11-08 Thread vkulichenko
Saji, To do a join caches must reside in the same cluster. What is the reason for creating separate clusters in the first place? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Multiple Cluster and Cache Joins

2017-11-08 Thread StartCoding
Hi Team I have a scenario . I wanted to have two ignite clusters ClusterA will have 2 members and will have a cacheA and ClusterB will have 2 members and will have cacheB. Would I be able to do SQL join of cacheA and CacheB considering the fact that it is in two isolated clusters in same machine