1. Have a data region with the Ignite persistence enabled and set a little bit of RAM for that region. The more RAM you dedicate for the region the faster your queries will be.
2. Define two data regions - the first won’t have the persistence enabled and the second will be defined as in 1. — Denis > On Jan 5, 2018, at 12:24 AM, rishi007bansod <[email protected]> wrote: > > Hi, > I am using Ignite version 2.3.0, I want to know whether it is possible > to, > > (1) store all cache data in the disk (no data in memory at all) > (2) store exclusive set of data in memory and on disk i.e. data stored in > memory should be available in memory only and data stored on disk should be > available on disk only(disk should not have the superset of data) > > Thanks, > Rishikesh > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
