Re: list_keys is less bad

2010-08-24 Thread francisco treacy
Thanks Justin. It's certainly handy for those obliged CRUD screens of a webapp... Can't wait to try it out! 2010/8/24 Justin Sheehy : > On Mon, Aug 23, 2010 at 10:05 PM, Alexander Sicular > wrote: > >> Three cheers! > > :-) > >> Git clone && make all && make rel > > It looks like they haven't

Re: list_keys is less bad

2010-08-23 Thread Justin Sheehy
On Mon, Aug 23, 2010 at 10:05 PM, Alexander Sicular wrote: > Three cheers! :-) > Git clone && make all && make rel It looks like they haven't yet migrated out to the github repos, but should do so sometime soon. In the meantime, the bitbucket repos are up to date with tip so you can get the b

Re: list_keys is less bad

2010-08-23 Thread Alexander Sicular
Three cheers! Git clone && make all && make rel - stat! On 2010-08-23, Justin Sheehy wrote: > Riak Users, > > One aspect of Riak's interface that has often been discouraged in the > past is the listing of all keys in a bucket. This has been for two > reasons: the first is that it is necessaril

list_keys is less bad

2010-08-23 Thread Justin Sheehy
Riak Users, One aspect of Riak's interface that has often been discouraged in the past is the listing of all keys in a bucket. This has been for two reasons: the first is that it is necessarily an operation that is more heavyweight than any of the more targeted get/put/delete sorts of things, but