Re: CacheVersionIO.read and AbstractDataPageIO.readPayload are hot methods

2020-06-26 Thread Ilya Kasnacheev
Hello! In Apache Ignite, data is held in Durable Memory regardless whether you have persistence enabled or not. https://apacheignite.readme.io/docs/durable-memory-tuning I guess these classes are in the 'persistence' package for historical reasons. Regards, -- Ilya Kasnacheev пт, 26 июн.

CacheVersionIO.read and AbstractDataPageIO.readPayload are hot methods

2020-06-26 Thread ashishb888
I am not able to understand why below methods are hot methods in my application. And I do not use persistence for my application yet. - org.apache.ignite.internal.processors.cache.persistence.tree.io - org.apache.ignite.internal.processors.cache.persistence.tree.io.CacheVersionIO.read(long,