Hi,
I am using aerospike for my application and I am using ssd + in memory configuration for storing my data and accessing it with Java client. I have few sets which will grow exponentially and thus I can’t store them in memory. So I need such configurations in which data will be persisted in memory for let’s say 30 mins when I need frequent access to that particular record but will be always present on ssd.
Any leads would be appreciated.
Thanks in advance