vm.swappiness

2016-01-29 Thread Sakoulas, Byron
Is it possible that Basho’s recommendation on vm.swappiness is out of date? The current recommendation (per http://docs.basho.com/riak/latest/ops/tuning/linux/) is still to set vm.swappiness to 0. Based on https://www.percona.com/blog/2014/04/28/oom-relation-vm-swappiness0-new-kernel/ it appe

Re: Re[2]: Get all keys from an bucket

2016-01-29 Thread Russell Brown
With leveldb you can use the special $bucket index. You can also stream the keys, and paginate them, meaning you can get them in smaller lumps, hopefully this will appear faster and avoid the timeout you're seeing. On 29 Jan 2016, at 14:03, Markus Geck wrote: > Yes, sorry I forgot to mention