Riak Recap for July 13 - 14

2011-07-15 Thread Mark Phillips
Afternoon, Evening, Morning to All - For today's Recap: jobs, gists from #riak, blog posts, and more. Enjoy, and have a great weekend. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for July 13 - 14

Re: riaksearch performace when numFound is high

2011-07-15 Thread Greg Pascale
Ryan, Thanks for the detailed reply. We're a node.js shop and we're hitting riak via the riak-js library, which AFAIK just uses the http client. We haven't actually scaled out to the point where we're seeing huge #s of results returned, but if we extrapolate from the numbers we are seeing, it's

Re: MapReduce query returns case_clause badmatch?

2011-07-15 Thread Jonathan Langevin
Didn't realize that, thanks for the correction! :-) * Jonathan Langevin Systems Administrator Loom Inc. Wilmington, NC: (910) 241-0433 - jlange...@loomlearning.com - www.loomlearning.com - Skype: intel352 * On Fri, Jul 15, 2011 at 3:29 PM, Sean Cribbs wrote: > Jo

Re: MapReduce query returns case_clause badmatch?

2011-07-15 Thread Sean Cribbs
Jonathan, Riak cannot run a map phase that takes anything other than bucket/key[/keydata] inputs, so returning [value] from your first map phase is invalid. Instead, just return [1] if your regexp test passes. On Fri, Jul 15, 2011 at 2:07 PM, Jonathan Langevin < jlange...@loomlearning.com> wrote:

Re: riaksearch performace when numFound is high

2011-07-15 Thread Ryan Zezeski
Greg, I'm curious to know how you are querying search (i.e. which client/API) and what your setup looks like (i.e. # of nodes, disk, network between them, etc). How many of these #2 query types are you seeing and what's the average # of results being returned? Is your search instance opened up t

MapReduce query returns case_clause badmatch?

2011-07-15 Thread Jonathan Langevin
When running several maps and one reduce against a bucket, I'm getting an error, info is below. Any idea what I'm doing wrong? Data submitted (printed as php-style array): array ( 'inputs' => 'Course' 'query' => array ( '0' => array (

Proposed changes to backends

2011-07-15 Thread Jon Meredith
As we work towards the next release we're planning to refactor the riak_kv backend interface and drivers. To ensure a smooth upgrade path we would like to know if: 1) Has anybody written *and deployed* custom backends using the riak_kv_backend behavior for their production deployments (those writ