Deleting entire buckets

2014-02-25 Thread István
Hi, What is the recommended way of deleting all of the keys in a bucket? Is there a way to delete all the keys without impacting the read performance of the cluster, like a low priority clean up job? I found the following script so far (I guess running it at off peak would be solving the priori

Re: Deleting entire buckets

2014-02-25 Thread John Caprice
Istvan, This can be performed using the method described in that comment by Randall on stackoverflow, which performs a keylisting, or via a MapReduce job. I recommend doing this type of administrative work during off peak hours regardless of whether you go the keylisting or MapReduce route. It's

Re: Deleting entire buckets

2014-02-25 Thread István
Hey John, Thank you for the answer. Yes, my plan was to run outside peak hours. I was not sure if listing the keys is better than MapReduce in terms of controllable additional load on the cluster, so I guess I need to simple measure it. Thanks, I. On Tue, Feb 25, 2014 at 12:18 PM, John Caprice

Re: [ANN] Riak 1.4.8

2014-02-25 Thread Toby Corkindale
Hi, After upgrading to 1.4.8 in staging, last week, we've been seeing a fairly constant extra amount of riak hits in the stats. Consistently 300-400 a minute. Can get lost in the much higher, varying levels during busy hours, but outside of that it's quite visible as a baseline. The logs show a lot