Re: LevelDB Question

2015-08-05 Thread Matthew Von-Maszewski
e maximum > number of vnodes you will have on a single node since those numbers are for a > single vnode. > > I hope this helps. > > PS. level 6 is unlimited, and only bound by the amount of data you store in > Riak. > > From: Joe Olson > Sent: Wednesday, 5

Re: LevelDB Question

2015-08-05 Thread xiaclo
From the Riak docs (http://docs.basho.com/riak/latest/ops/advanced/backends/leveldb/#Tiered-Storage), under "selecting a level", it appears ‎the 10x rule doesn't apply to the lower levels, and oddly looks more lik

Re: LevelDB Question

2015-08-05 Thread Matthew Von-Maszewski
Joe, You want to start here: http://docs.basho.com/riak/latest/ops/advanced/backends/leveldb/#Tiered-Storage In addition to the 3 configuration lines given in that section, you need a fourth: leveldb.dat

LevelDB Question

2015-08-05 Thread Joe Olson
Suppose I have come to the conclusion each of my LevelDB backed Riak nodes needs to hold 2TB of data. Also suppose I have the ability to store data on more expensive SSD drives, and less expensive magnetic drives. My question: What should leveldb.tiered be set to in /etc/riak/riak.conf? I