Invitation to connect on LinkedIn

2011-06-11 Thread Samuel Vijakumar Madireddy
LinkedIn I'd like to add you to my professional network on LinkedIn. - Samuel Vijakumar Samuel Vijakumar Madireddy Solution Architect at CSS Corp Chennai Area, India Confirm that you know Samuel Vijakumar Madireddy https://www.linkedin.com/e/-9vhhzj-gotjtvrr-r/isd/3185660129/z

Bitcask-ruby update

2011-06-11 Thread Aphyr
Bitcask-ruby now implements the keydir and knows how to use hintfiles. It's now capable of loading 62,000 keys (from a 535mb bitcask) in 1.5 seconds. We're using this at Showyou to list keys and run various analytics without blocking Riak. https://github.com/aphyr/bitcask-ruby --Kyle ___

Re: Index support in Ripple

2011-06-11 Thread Les Mikesell
On 6/11/11 5:18 PM, Sean Cribbs wrote: There are a number of reasons I have been holding off supporting manual secondary indexes, not the least of which is the upcoming support in Riak proper. Are these like secondary keys or something that can be used to retrieve ranges in sorted order? -

Re: Index support in Ripple

2011-06-11 Thread Sean Cribbs
You might also find Nathaniel Talbott's add-on useful: https://github.com/ntalbott/ripple_indexing Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jun 11, 2011, at 4:55 PM, Thomas Fee wrote: > Hi all, but mainly directed at Sean Cribbs ... > > From the slides at

Re: Index support in Ripple

2011-06-11 Thread Sean Cribbs
Jeremiah is on target, by the way. Also, you have been able to use a property as a key for a long time, e.g.: class Person include Ripple::Document property :name, String key_on :name end There are a number of reasons I have been holding off supporting manual secondary indexes, not the l

Re: Index support in Ripple

2011-06-11 Thread Jeremiah Peschka
I think that slide is a list of features that need to be implemented. Indexes are "coming soon" and will be announced(ish) at OSCON: http://www.oscon.com/oscon2011/public/schedule/detail/19806 It's possible to roll your own secondary indexes. There are a few good blog posts that have been writt

Index support in Ripple

2011-06-11 Thread Thomas Fee
Hi all, but mainly directed at Sean Cribbs ... >From the slides at http://www.slideshare.net/seancribbs/introducing-riak-and-ripple , slide number 143 in particular, it seems that Ripple already supports indexes, because that item is highlighted on the slide. However, I can't see any mention of it

Re: Riak search providers no results

2011-06-11 Thread Kev Burns
1) Make sure you install the search hook BEFORE storing the document. Only documents stored after the index was installed will be indexed. 2) Try PUT from the command line to see if you have any errors. http://pastie.org/2051252 You should get a 204 No Content. 3) Perhaps remove the quotes on th