Re: Sibling Explosion

2014-06-10 Thread Jordan West
Hey Alain, If you can successfully read the key(s)*, the simplest solution would be to do a typical read/write cycle to overwrite the siblings with a single value (merging the siblings would be dependent on your application). If that is not feasible let us know and we can work through a way to de

Sibling Explosion

2014-06-10 Thread Alain Rodriguez
Hi all, I had a bug in my ingestion code that caused sibling explosion in a specific bucket. I have temporarily turned off allow_mult=true until that bug is fixed. Is there a way to remove all of the siblings on those existing massive objects (up to 10MB) now that allow_mult is false? Will Riak do

Re: [Python client] combining mapreduce with riak search

2014-06-10 Thread Hector Castro
Hey, Have you taken a look at the MapReduce API documentation outlined below? There is a specific method for combining search and MapReduce: http://basho.github.io/riak-python-client/query.html#mapreduce -- Hector On June 2, 2014 at 2:51:47 PM, skydelta98 (skydelt...@gmail.com) wrote: > Hi, >