Re: Maximum key length?

2010-04-17 Thread Alexander Sicular
Great info, thanks a lot guys. @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Apr 17, 2010, at 22:36, Kevin Smith wrote: Good catch, Dan. I've been running with the dets backend on my laptop for a while now since an SSD forgives a lot. --Kevin On Apr 17, 2010,

Re: Maximum key length?

2010-04-17 Thread Kevin Smith
Good catch, Dan. I've been running with the dets backend on my laptop for a while now since an SSD forgives a lot. --Kevin On Apr 17, 2010, at 8:03 PM, Dan Reverri wrote: > For innostore I believe there is a maximum key size of 255 bytes. > > > > On Sat, Apr 17, 2010 at 2:09 PM, Kevin Smith

Re: initial install - compile error - c_src/ebloom _nifs.cpp:24: error: expected initializer before ‘*’ token

2010-04-17 Thread Andy Gross
The tip of the Riak repo requires Erlang R13B04 to compile- it looks like you need to upgrade your system Erlang install. On Apr 17, 2010, at 8:14 PM, ferriswheel wrote: hello, below is the result i get from mkdir getting_started cd getting_started hg clone http://hg.bas

Re: Cluster basics: N-val and distribution between nodes

2010-04-17 Thread Curtis Caravone
I have the same question. According to the comments in riak_claim.erl, the claims will be arranged so that partition sequences of length at most target_n_val will have no repeated nodes, if possible, but that there will be cases where there may be repeats. Is the sequence of N partitions taken ve

initial install - compile error - c_src/ebloom_nifs.cpp:24: error: expected initializer before ‘*’ token

2010-04-17 Thread ferriswheel
hello, below is the result i get from mkdir getting_started cd getting_started hg clone http://hg.basho.com/riak/ cd riak make os gentoo linux erlang version 13.2.3 g++ (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4 all assistance is appreciated. regards ./rebar get-de

Re: Maximum key length?

2010-04-17 Thread Dan Reverri
For innostore I believe there is a maximum key size of 255 bytes. On Sat, Apr 17, 2010 at 2:09 PM, Kevin Smith wrote: > Via the Erlang client, 'cause that's what I had handy, I did a put/get > combination on an object with a key 5000 chars long. Worked with no issues. > You might run into URL

Re: Maximum key length?

2010-04-17 Thread Kevin Smith
Via the Erlang client, 'cause that's what I had handy, I did a put/get combination on an object with a key 5000 chars long. Worked with no issues. You might run into URL length issues, depending on the client libs used, and/or the HTTP interface might have issues with URLs that long but I think

Maximum key length?

2010-04-17 Thread Alexander Sicular
Hi, What is or is there a maximum key length in Riak? Either natively or in the HTTP interface? My use case is keeping inheritance in it's own key so for example, I have two keys, "A" and "B" and I want to keep a third key "A,B". You see that the key length is a function of member key siz