Can different buckets have independent store-backend

2011-01-15 Thread 吴磊
Hi, guys, For example, log data (in log bucket) can store in bitcask-backend, it's OK. But some data, such as session info which in session bucket, should be better store in memeory. So, can diverse store-backends be config to support different buckets? Best regards _

Re: Can different buckets have independent store-backend

2011-01-15 Thread Alexander Sicular
Yes. Need to enable multi-backend in config file and then change bucket properties. It's in the wiki somewhere I think. @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Jan 15, 2011, at 7:28, 吴磊 wrote: Hi, guys, For example, log data (in log bucket) can store in b

Error when build Riak

2011-01-15 Thread Alex Balin
Hello all, i'm trying to build riak in OpenSuse 11.3 $ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz $ tar zxvf riak-0.14.0-1.tar.gz $ cd riak-0.14.0 $ make rel ./rebar get-deps ==> cluster_info (get-deps) ==> skerl (get-deps) ==> protobuffs (get-deps) ==> mochiweb (get-d

Re: Error when build Riak

2011-01-15 Thread Sean Cribbs
Alex, Did you try the SUSE installation instructions that Gregory Haskins wrote for the wiki?: http://wiki.basho.com/Installing-on-SUSE.html He's taken the hard part out of building and installing it. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jan 15, 2011, a

Re: Error when build Riak

2011-01-15 Thread Sean Cribbs
Yes, as I understand it, Gregory had difficulty building on i386 because of erlang_js (which is where you had difficulty as well). Part of that is an upstream problem with Spidermonkey's build process. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jan 15, 2011, a

Re: Can different buckets have independent store-backend

2011-01-15 Thread Mark
> Yes. Need to enable multi-backend in config file and then change bucket > properties. It's in the wiki somewhere I think. > http://wiki.basho.com/Configuration-Files.html#app.config and scroll down a bit. > > @siculars on twitter > http://siculars.posterous.com > > Sent from my iPhone >

newbie questions: sorted keys, ADT primitives, and link manipulation

2011-01-15 Thread Gary William Flake
I am building a backend for a web service and Riak looks to be a strong fit for my needs at this point. However, there is one really simple requirement that I can't figure out how to implement on Riak with any sort of efficiency. To simplify the question, suppose that I want a twitter-like servic