I was loading data from AWS Redshift into Ignite through the loadcache API.
cache.loadCache(null, "java.lang.Integer", "select * from lineorder where lo_orderdate > 19970101"); I ran this from a single client. The query basically ran on all the nodes. I had 1 client and 2 servers and the same query ran thrice on the database server. Is this expected behaviour? Thanks!
