Re: Ignite Persistent Store with off-heap

2020-07-03 Thread Stephen Darlington
It’s like a traditional database in this sense: everything that’s in memory is on disk; not everything on disk is guaranteed to be in memory. If you have less than 41Mb of data, everything will be stored both in memory and on disk. If you have more than 41Mb, all will be on disk, some will be

Ignite Persistent Store with off-heap

2020-07-03 Thread kay
Hello, I found in log file if i set DataRegion for PersistenceEnabled=true There are off-heap -- DataRegion_Name region [used=41MB, free=50.95%, comm=15MB] and Ignite Persistence -- DataRegion_Name region [used=41MB] Is it stored equally in disk and off-heap area(41MB)? and If i