Re: Questions on the mechanics of activated on-heap in ignite 2.x.x

2020-06-10 Thread Ilya Kasnacheev
Hello! 1. I'm not sure it will be immediately available on heap. 2. This sounds a more reasonable assumption. 3. I guess so, but the real issue here is that on-heap cache increases Full GC times. At some point it will become infeasible. 4. Yes, it would counteract the change to off-heap model. Re

Questions on the mechanics of activated on-heap in ignite 2.x.x

2020-06-06 Thread VincentCE
In our project we are currently using ignite 2.7.6 with native persistence disabled and java 11. At the moment we are not using the on-heap feature, i.e. all our data lives in off-heap. However in order to gain performance we are thinking about activating on-heap. While there are already quite many