On Tue, May 26, 2009 at 12:21:10PM +0100, Michael Stillwell wrote:
> On Sat, Apr 25, 2009 at 10:39 PM, Brian Candler <[email protected]> wrote:
> > Has anyone found a clear definition of the limitations of reduce functions,
> > in terms of how large the reduced data may be?
> 
> In 
> http://mail-archives.apache.org/mod_mbox/couchdb-user/200808.mbox/%[email protected]%3e,
> Damian says:
> 
> "the size of the reduce value can be logarithmic with respect to the rows"

Which doesn't give any guidance as to the absolute maximum size of the
reduce value, only how big it can get in relation to the number of rows,
e.g.

   max_reduce_object_size = k . ln(number of rows reduced)

for some unknown k. Or is it ln(total size of rows reduced)?

Reply via email to