Hi Val, What does randomly mean in this context? If one entry is removed, does Ignite reuse the space for new entries with the same or smaller size? Does Ignite organize it in small blocks? If yes, what happens if all entries stored in a block were removed? What does happen in case of a cache-clear?
Thanks, Peter 2017-01-24 20:10 GMT+01:00 vkulichenko <[email protected]>: > Hi Peter, > > Current implementation rendomly allocates memory for each value when it's > added, and frees memory when the entry is removed. Therefore, the > segmentation is possible if you constantly remove entries and create new > once. In case you usually *update* instead, especially with low throughput > that you have, I would not expect any problems. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/OFFHEAP-TIERED-and-memory-fragmentation-tp10218p10227. > html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
