Re: Ebloom compile error on Mac

2010-07-13 Thread Abeming Sf
Hi, Just answering my own question. Downgrade erlang from R14A to R13B04. Can install without error. -Abe On 14 July 2010 12:58, Abeming Sf wrote: > Hi, > > I tried to install riak 0.10.1 with erlang R14A installed on Mac but failed > at ebloom compile during make rel. > > ==> ebloom (compile)

Ebloom compile error on Mac

2010-07-13 Thread Abeming Sf
Hi, I tried to install riak 0.10.1 with erlang R14A installed on Mac but failed at ebloom compile during make rel. ==> ebloom (compile) Compiling c_src/ebloom_nifs.cpp c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM new_filter(ErlNifEnv*, int, const ERL_NIF_TERM*)’: c_src/ebloom_nifs.cpp:79: err

Re: riak slides?

2010-07-13 Thread Wilson MacGyver
Thanks to both speedy responses. The audience is most likely new to NOSQL, and probably never heard of riak. I want to talk about what Riak is and what makes Riak better the others. I was trying to think of a good way to demo Riak. But I'm not sure if it's feasible. I mean, I don't want to lug 3-5

Re: riak slides?

2010-07-13 Thread Dan Reverri
Hi Wilson, There are several posted on slideshare: http://www.slideshare.net/search/slideshow?searchfrom=header&q=riak Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Jul 13, 2010

Re: riak slides?

2010-07-13 Thread Justin Sheehy
Hi, Wilson. There are many sets out there. Which ones suit you best depends a lot on what you plan on saying in your talk. If you tell us a bit about the audience, the event, and what you hope to get across in your talk, then I bet that one of the people here who has given a Riak talk will have

riak slides?

2010-07-13 Thread Wilson MacGyver
Hi, I'm going to be giving a talk on riak sometime soon. Anyone has slides I can steal/borrow? :) Thanks -- Omnem crede diem tibi diluxisse supremum. ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-

Riak Recap for 7/12

2010-07-13 Thread Mark Phillips
Afternoon, Evening, Morning to all, A short and sweet Recap for today. Enjoy, Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups - Riak Recap for 7/12 1) Q --- Is there a limit to how many links an object may have? (from makmanalp via #riak) A --- Of

Re: Conflict Resolution

2010-07-13 Thread Alexander Sicular
I doubt it. Nothing in riak is guaranteed to be ordered, afaik. Best bet is when using allow_mult=true, enabling siblings in buckets, is to order the multi response by last modified date in your application. On Jul 13, 2010, at 1:06 PM, Misha Gorodnitzky wrote: > Hello all, > > We're trying t

Re: Conflict Resolution

2010-07-13 Thread Justin Sheehy
Hello, Misha. On Tue, Jul 13, 2010 at 1:06 PM, Misha Gorodnitzky wrote: > From doing a little testing, the last value in a multipart document is > the first, so "Thursday" in this case, can we assume that this will > always be the case? And is it a good idea to base conflict resolution > on this

Conflict Resolution

2010-07-13 Thread Misha Gorodnitzky
Hello all, We're trying to sort out a conflict resolution strategy and are wondering if we can rely on the order of the conflicted values in a document for it. So for example, for a given document we might end up with the values: [ "Wednesday", "Tuesday", "Thursday" ] >From doing a little test

Re: Hitting per-node limitations

2010-07-13 Thread Michael Russo
Thanks Dean, this makes sense. Best, Michael On Tue, Jul 13, 2010 at 11:30 AM, Dean Cookson wrote: > Michael, > The answer to your first question is basically "yes". The sysadmin really > should be monitoring memory usage and disk space and adding nodes to the > cluster when/if needed. The SN

Re: Hitting per-node limitations

2010-07-13 Thread Dean Cookson
Michael, The answer to your first question is basically "yes". The sysadmin really should be monitoring memory usage and disk space and adding nodes to the cluster when/if needed. The SNMP hooks in the EnterpriseDS version are very handy for that type of thing and I'd be happy to have that con

Re: Is it inefficient to map over a small bucket when you have millions of other buckets?

2010-07-13 Thread Nicolas Fouché
Giving just a bucket WILL traverse the entire keyspace. Here is a conversation I had on IRC yesterday (GMT+1). [4:18pm] danoyoung: this may be obvious, but I just want to confirm, on the QA session from the last webinar, it was stated that listing keys for a given bucket requires examining keys th