Hi Macro, Val is trying to convey that the memory warmup is an optional operation if the Ignite Native Persistence is used. The data will be brought to memory automatically while you will be executing specific queries touching specific data on disk.
As for the explicit warmup it can be done this way: https://apacheignite.readme.io/docs/data-loading#section-ignitecacheloadcache — Denis > On Aug 18, 2017, at 11:39 AM, Marco <[email protected]> wrote: > > Hi Val, > According to your clarification, This new feature somehow looks like a > background warm-up, if it's not blocking operation, how do we know > initialization is done and data is ready? when should we start the new data > process? to be frank, this design feels a bit like the transaction log as to > RDBMS. > > -Marco > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/2-1-new-feature-warm-up-the-cache-memory-tp16278p16298.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
