Re: Ignite 2.x - can I take advantage of offheap storage and also still have time based eviction (from the on & off heap storage)?

2020-10-21 Thread Nicholas DiPiazza
This is the explanation I was looking for. I indeed was just not clear on how these worked, but this helped me clear it up. thanks. On Wed, Oct 21, 2020 at 11:44 PM Ilya Kazakov wrote: > Hello, Nicholas! > > As I understand from your code and from your explanation, it looks like > you are a

Re: Ignite 2.x - can I take advantage of offheap storage and also still have time based eviction (from the on & off heap storage)?

2020-10-21 Thread Ilya Kazakov
Hello, Nicholas! As I understand from your code and from your explanation, it looks like you are a little confused about the Eviction Policies and the Expiry Policies. 1. Eviction policy determines which data should be removed from RAM if RAM runs out. 2. Expiry policy using for determining TTL

Ignite 2.x - can I take advantage of offheap storage and also still have time based eviction (from the on & off heap storage)?

2020-10-21 Thread Nicholas DiPiazza
Trying to get some help with my stack overflow question here https://stackoverflow.com/questions/64456578/apache-ignite-2-x-can-i-take-advantage-of-offheap-storage-and-also-still-have Cross posting it here. I am using Apache Ignite 2.8.1 I have a specific cache that I need to store off heap