Hi Alek,
You need to change the setting under Riak KV Config, it should be about Line 40
- 45 in your app.config. Just change it to reflect what you have below and then
restart Riak.
%% Riak KV config
{riak_kv, [
%% Storage_backend specifies the Erlang module defining the storage
%% mechanism that will be used on this node.
{storage_backend, riak_kv_bitcask_backend},
Regards,
Charles.
-----Original Message-----
From: "Alek Morfi" <[email protected]>
Sent: Wednesday, 11 April, 2012 12:21pm
To: [email protected]
Subject: How to switch from Bitcask to eLevelDB
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Hi,
Does anyone know how to switch from Bitcask to eLevelDB?
In app.config both of them exist as shown below:
%% Bitcask Config
{bitcask, [
{data_root, "./data/bitcask"}
]},
%% eLevelDB Config
{eleveldb, [
{data_root, "./data/leveldb"}
]},
Regards,
Alek
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com