Hi, I am new to aerospike and I am building a server with aerospike.
I have a request about disk storage and memory. Below is scenario of new feature.
- Store data in disk not memory
- But, once a data is accessed(write or read) by client, the data leaves on aerospike memory within the ttl.
- So, within the ttl, if client access(write or read) the data, aerospike would response from aerospike memory.
- if the data in memory accessed within the ttl, the ttl of the data will be extended.
thanks