Re: Object metadata via NodeJS client

2015-04-09 Thread Jose G. Quenum
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

nodes with 100% HD usage

2015-04-09 Thread Alex De la rosa
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

object sizes

2015-04-09 Thread Alex De la rosa
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 _