Re: Apache Geode off heap storage

2016-02-16 Thread Sai Boorlagadda
Hello Nikhil, By user data you mean "Region values"? 1) The address of user-data (region values) are stored on heap. Regions Keys and addresses (for the values stored offheap) are stored on-heap. 2) "Fragment list" is an internal data-structure used to store and maintain off-heap memory allocatio

Apache Geode off heap storage

2016-02-16 Thread Nikhil Chandrappa
Hi, I am trying out the new off heap storage feature of Geode, I went over the Geode clubhouse recording on the off heap storage implementation. I have couple of questions regarding that, 1. where will the off-heap address of the user data is stored. does it maintain any metadata? 2. Also, ther