Re: How to query cross-node Cache data with JDBC correlation?

2018-04-10 Thread vkulichenko
Hi, Unfortunately, I doubt this description would be efficient to understand what's going on. Do you have a reproducer that you can share with us? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

How to query cross-node Cache data with JDBC correlation?

2018-04-08 Thread hulitao198758
Hello, ask, apache ignite using JDBC thin client connection, use the select the from the cache. The table where the name in (select the name from otherCache. Table) when the returned result is data of the current connection node, other nodes can't return of data, how to solve this problem --