Alright cool! Thanks a bunch
Sent from my iPad
> On Apr 8, 2015, at 9:20 PM, Luke Bakken wrote:
>
> José,
>
> Check out the following methods in the document:
>
> http://basho.github.io/riak-nodejs-client/classes/RiakObject.html
>
> hasLinks()
> getLinks()
> setLinks()
>
> --
> Luke Bakken
Hi there,
One theoretical question; what happens when a node (or more) hits a 100% HD
usage?
Riak can easily scale horizontally adding new nodes to the cluster, but
what if one of them is full? will the system have troubles? will this node
only be used only for reading and new items get saved in
Hi there,
I'm using the python client (by the way).
obj = RIAK.bucket('my_bucket').get('my_key')
Is there any way to know the actual size of an object stored in Riak? to
make sure something mutable (like a set) didn't added up to more than 1MB
in storage size.
Thanks!
Alex
_