Re: LevelDB backend. Turning Compression Off.

2012-09-09 Thread Vladimir Shapovalov
Thanks Sean! We just want to try how the CPU utilization changes depending on our input data. Cheers On Sun, Sep 9, 2012 at 12:32 AM, Sean Cribbs wrote: > Yes. Add {compression, false} to the eleveldb section of your > app.config. However, generally we advise using compression because it > can i

Re: Strategies for testing against Riak

2012-09-09 Thread Sean Cribbs
Brad, :root should be where you want the test node generated to. In a Rails project this is typically tmp/riak_test_server. :source should point to the directory where the 'riak' control script lives in your local install. On Linux this is usually /usr/sbin, on Mac/Homebrew it might be /usr/local/

Riak Recap for September 1 - September 8

2012-09-09 Thread Mark Phillips
Happy Sunday to All, For today's Recap: new code, slides, videos, and more. Enjoy, and make sure to register for ricon2012.com. :) Mark twitter.com/pharkmillups Riak Recap for September 1 - September 8 1) Dave Parfitt continues to do work on his OCaml client.

Re: Riak behind a Load Balancer

2012-09-09 Thread Matt Black
I'm currently running six Riak nodes on EC2 small instances behind an ELB. This works fine for us - although when running a large map reduce task we connect directly to a single node rather than routing through the ELB. I don't have any actual performance statistics to hand, but I could get some if