Re: Update to 1.4.8

2014-03-06 Thread Edgar Veiga
Hi Scott, Thanks for replying. After this problem, I've been faced with a huge amount of disk consumption regarding the aae folder (It's now in the order of the 100G). Indeed, I've been talking with your Brian Sparrow and he advised me to remove the anti antropy folder contents. Before that I'm

[ANN] Riak Python Client 2.0.3

2014-03-06 Thread Sean Cribbs
Hi Riak users, The official Riak Python Client version 2.0.3 is now available on PyPI. This release includes several important bugfixes and support for the 1.4.4+ feature 2i term regexp feature. Complete release notes are available:

Re: [ANN] Riak Python Client 2.0.3

2014-03-06 Thread Sean Cribbs
I forgot to mention that the documentation is also updated for 2.0.3: http://basho.github.io/riak-python-client On Thu, Mar 6, 2014 at 9:39 AM, Sean Cribbs s...@basho.com wrote: Hi Riak users, The official Riak Python Client version 2.0.3 is now available on PyPI. This release includes

Re: CRDT on Riak 2.0

2014-03-06 Thread EmiNarcissus
Hi Sean, Thanks very much, that’s very helpful. Anyways, I’ve noticed in update_dt function they are preferred to apply a context dict, which in the mail list described as a encoded version of original object(dict,set, so to say on a single update action, each time a new record is being

Re: CRDT on Riak 2.0

2014-03-06 Thread EmiNarcissus
Hi Sean, Thanks for the clarification. So after 2.1 it might add those capabilities ? On 2014年3月4日 at 下午11:02:53, Sean Cribbs (s...@basho.com) wrote: Hi Tim, We punted on sub-type queries for 2.0. We intend to address them in 2.1, so yes you must fetch the entire set or map in order to

Re: CRDT on Riak 2.0

2014-03-06 Thread EmiNarcissus
Great, Thanks XD On 2014年3月4日 at 下午11:07:16, Sean Cribbs (s...@basho.com) wrote: Yes, we will be investigating that. On Tue, Mar 4, 2014 at 9:03 AM, EmiNarcissus wrote: Hi Sean, Thanks for the clarification. So after 2.1 it might add those capabilities ? On 2014年3月4日

Re: CRDT on Riak 2.0

2014-03-06 Thread EmiNarcissus
Great, thx :) On 2014年3月5日 at 上午12:27:37, Sam Elliott (sam.elli...@basho.com) wrote: Yes, batch your updates, it'll be much more efficient that way. Do not try to decode the `context` object. Use it as an opaque value, as the data it holds could change without warning. Sam --

Re: CRDT on Riak 2.0

2014-03-06 Thread EmiNarcissus
Also one more question, what exactly is the context object? how big it is? is that something like vclock ? or a encoded full object(which might be really big if sending background) On 2014年3月5日 at 上午1:31:23, Russell Brown (russell.br...@me.com) wrote: And you only need to send the context

Re: erlang gen_server connecting to riak

2014-03-06 Thread Scott Lystig Fritchie
Hi, Mahesh. I didn't see a reply to your question, but my email server was down for a while, so perhaps I missed it. There are several ways to manipulate Erlang/OTP's code server's configuration (similar in spirit to the Java CLASSPATH). See the -pz (recommended) and -pa flags in