Re: Timeout using Erlang views with large documents

2013-12-20 Thread Adam Kocoloski
Hey folks, back to the original question, the native process gen_server respects the timeout internally but the public API in the module still makes a gen_server:call with the default 5 second timeout: https://github.com/apache/couchdb/blob/1.5.0/src/couchdb/couch_native_process.erl#L62-L63

The State of CouchDB 2013

2013-12-20 Thread Jan Lehnardt
Hi all, I just published the transcript of my CouchDB Conf, Vancouver Keynote (https://blogs.apache.org/couchdb/entry/the_state_of_couchdb), and I’d like to share it with you as well. My thanks to everyone who helped making this year the success it has been! 3 * * * This is a rough

Re: The State of CouchDB 2013

2013-12-20 Thread matt j. sorenson
Really awesome stuff. Great job to all of you who are making it happen. Thank you! Hacky Holidays On Fri, Dec 20, 2013 at 10:34 AM, Jan Lehnardt j...@apache.org wrote: Hi all, I just published the transcript of my CouchDB Conf, Vancouver Keynote (

Ordered view reduce

2013-12-20 Thread Jens Rantil
Hi, I've been playing around with CouchDB for event sourcing[1] (terminology from DDD and CQRS). Basically I have a series of ordered events persisted to Couch and I've been creating simple projections basic these. The ID of a new event will be strictly greater that all previous events for its