On our riak cluster machines, we have a separate disk which stores all the
bitcask data (in /data)
This is so that we can have a (relatively) small disk for the OS, and have
a big disk for /data.
$ df -h / /data
Filesystem Size Used Avail Use% Mounted on
/dev/root20G 11G 7.9G 57
Hello,
My application uses Riak KV as a NoSQL and Riak S2 as an object storage.
My question is, Is it possible to use same Riak KV instances from Riak S2
and my application?
(my app) ---> Riak S2 --> Riak KV
|^
++
I think