Hi Valentin, 1. We have partitioned cache "myCache" where store entities like Account(id, name) 2. key = id e.g. cache.put(1, new Account(1,"account 1")); 3. Assume I execute throuth jdbc query "select * from account where id=1", i want that query doesn't broadcast on every node.
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-query-performance-with-partitioned-caches-tp2700p2734.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
