Re: Expiring keys

2013-02-26 Thread Deepak Balasubramanyam
A bitcask backend will allow you to set expiry for keys. Using multiple backends allows expired and persistent keys to co-exist. I searched the riak user list and fished out a thread discussing this. Let us know if that is wh

Expiring keys

2013-02-26 Thread Martin Streicher
We need to purge some cruft from our servers. We want to expire all keys older than a certain date. We cannot blanket expire keys, because some are necessary in production no matter the age. What is the recommended technique for this? Martin ___ ri

Re: automatically expiring keys with LevelDB?

2011-10-21 Thread Justin Sheehy
On Oct 21, 2011, at 4:22 PM, Nate Lawson wrote: > I know Bitcask has the expiry_secs option for expiring keys, but what about > LevelDB? We're thinking of using Luwak as a file cache frontend to S3, and it > would be nice for older entries to be deleted in LRU order as we store

automatically expiring keys with LevelDB?

2011-10-21 Thread Nate Lawson
I know Bitcask has the expiry_secs option for expiring keys, but what about LevelDB? We're thinking of using Luwak as a file cache frontend to S3, and it would be nice for older entries to be deleted in LRU order as we store newer files. This could be implemented as a storage quota also