This time:
this.cCache = new ConcurrentHashMap<>();
this.cCache.put("TEST123", new Object[]{1, 1, 1});

access with test:
this.matchRow = this.cCache.get("TEST123");

access with ignite:
this.matchRow = this.cache.get(key);

but still the same performance, 273k against 35k in 1min



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Client-near-cache-with-Apache-Flink-tp11627p11815.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to