RE: Does changing backend configs apply to existing data?

2012-12-07 Thread Nathan Wilken
The expiry_secs parameter applies to a bucket. This means all data in a given bucket is subject to expiration--as defined in the bucket configuration--by the merge process each time it runs. From: riak-users [riak-users-boun...@lists.basho.com] on behalf of Ian

RE: Does changing backend configs apply to existing data?

2012-12-07 Thread Nathan Wilken
Correction: Sorry, I meant expiry_secs apples to a backend. All data in a given backend is subject to expiration--as defined in the backend configuration--by the merge process each time it runs. From: Nathan Wilken Sent: Friday, December 07, 2012 3:27 PM To

RE: Upgrading 0.14.2 cluster to 1.2

2012-08-08 Thread Nathan Wilken
Is an intermediate upgrade recommended? 0.14.2 --> 1.0/1.1 --> 1.2? From: riak-users-boun...@lists.basho.com [riak-users-boun...@lists.basho.com] on behalf of Sean Cribbs [s...@basho.com] Sent: Wednesday, August 08, 2012 6:35 AM To: Sebastian Cohnen Cc: riak-us

RE: Bitcask merge

2011-08-26 Thread Nathan Wilken
Can you send a list of the *.data files and their sizes? From: riak-users-boun...@lists.basho.com [riak-users-boun...@lists.basho.com] On Behalf Of raghwani sohil [sohil4...@gmail.com] Sent: Thursday, August 25, 2011 11:07 PM To: Aphyr Cc: riak-users@lists.basho.

RE: Riak Bitcask merging

2011-08-23 Thread Nathan Wilken
How about this? #!/bin/sh ... for i in data/expiring_bitcask/* ; do $ERTS_PATH/to_erl $PIPE_DIR>, riak_kv_bitcask_backend, [ {expiry_secs, 86400}, {max_file_size, 134217728},