HI We are using Ignite 2.6.
AS we already know, after the cluster restart, every GET call gets data from DISK for the first time and loads into RAM and subsequent calls data will read from RAM only.. First time GET calls are 10 times slower than read from RAM, which we wanted to avoid by pre-loading the entire data into RAM after the cluster restart. So here am exploring efficient ways to read entire data once so that it will pre-load the data into RAM, so GET calls from client will be much faster. Running ScanQuery on all the partitions of the cache would be good way to read data very fast in very less time ? OR any other better ways of achieving the same Thanks Naveen -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
