***UNCHECKED*** Re: Re[4]: Cache scan efficiency

2018-09-19 Thread Maxim Muzafarov
Alexei, > Summing up, I suggest adding new public method IgniteCache.preloadPartition(partId). If I understand correctly use case, the user wants to retrieve whole data from the cache (not only single partition) having slow HDD. So, my suggestion is to create methods of public API like these: `p

Re[4]: Cache scan efficiency

2018-09-18 Thread Zhenya Stanilovsky
Great, i don`t think about that. >Среда, 19 сентября 2018, 9:40 +03:00 от Vladimir Ozerov : > >Pinning is even worse thing, because you loose control on how data is moved >within a single region. Instead, I would suggest to use partition warmup + >separate data region to achieve "pinning" semanti