Re: Key removal using Bitcask and expiry_secs

2012-11-14 Thread Pavan Venkatesh
Hi Scott, To further add to this conversation, the key is removed immediately when there is a get request on that expired key, as you indicated in the email. Pavan On 11/13/12 7:38 AM, "Sean Cribbs" wrote: >Hi again Scott, > >Expired keys in bitcask will be removed from disk when >compaction/m

Re: Key removal using Bitcask and expiry_secs

2012-11-13 Thread Sean Cribbs
Hi again Scott, Expired keys in bitcask will be removed from disk when compaction/merging occurs, but until then will exist in the keydir (AFAIK). Reads to an expired key simply return 'not found'. On Mon, Nov 12, 2012 at 5:02 PM, Scott Hyndman wrote: > Hi there, > > When expired, at what point

Key removal using Bitcask and expiry_secs

2012-11-12 Thread Scott Hyndman
Hi there, When expired, at what point will the key be removed from memory? Is the expiration process automated, or trigged by a read? Scott ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.b