Re: Memory utilization of Indexes in ignite

2017-11-16 Thread Mikhail
Hi Tejas, Ignite will store indexes in off-heap, but indexes can't be swapped to a disk. However in the latest version of ignite, disk storage was implemented and indexes can be saved on the disk, but it's unlikely because indexes are hot data that should be kept in memory. Thanks, Mike. --

Memory utilization of Indexes in ignite

2017-11-15 Thread Tejashwa Kumar Verma
Hi All, I have some open questions about memory utilization of indexes in ignite. So here is the scenario. I have created one cache(CACHE_1) with following props: And i am loading 5GB in CACHE_1. So as per our configs 1 GB data is residing in offHeap and remaining 4GB is going in swap. Now