Hi, It looks like you will have to to store 16384 elements that are expected to be read at once as one cache entry. This is the only way to make sure that all these elements are stored on one node and in consecutive memory.
To update or read only one element you can use EntryProcessor and IgniteCache.invoke(..) method (see [1]). Will this work for you? [1] https://apacheignite.readme.io/docs/jcache#entryprocessor -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-Ignite-be-configured-to-provide-an-array-like-replicated-and-durable-map-tp1304p1328.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
