Re: Post-mortem

2012-05-12 Thread CGS
Well, my understanding for that specific point was that CouchDB was crashing while writing the docs. That can be because of an error appeared with high frequency or because the queue of documents to be written became too long. The first is with very low chances if there is no attack (remember, in t

Re: Request access to ContributorsGroup to edit the wik

2012-05-12 Thread Paul Davis
Done. On Sat, May 12, 2012 at 10:33 AM, Pulkit Singhal wrote: > Hello, > > My wiki username is pulkitsinghal, can I please have access to edit the > wiki? > > I want to contribute some reduce/rereduce samples to the following page: > http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views >

Re: Post-mortem

2012-05-12 Thread Klaus Trainer
Didn't know about that. Sounds good! On Sat, 2012-05-12 at 15:34 +0200, Benoit Chesneau wrote: > On Sat, May 12, 2012 at 3:26 PM, Klaus Trainer > wrote: > > I wonder if it would be worth to add a configuration where all of a > > database's view groups are updated on a document update. Has this

Re: Post-mortem

2012-05-12 Thread Benoit Chesneau
On Sat, May 12, 2012 at 3:26 PM, Klaus Trainer wrote: > I wonder if it would be worth to add a configuration where all of a > database's view groups are updated on a document update. Has this ever > been discussed? > This implemented in the view changes branch on rcouch. I need to find time to wr

Re: Post-mortem

2012-05-12 Thread Klaus Trainer
I wonder if it would be worth to add a configuration where all of a database's view groups are updated on a document update. Has this ever been discussed? Such a configuration might have significant impact on write performance, but on the other hand it would not only increase the performance on vi

Re: CouchDB freezes

2012-05-12 Thread Robert Newson
It's a bit obvious, but I'd suspect node. HTTP 1.1 connections are supposed to have 'keep-alive' semantics by default (you have to explicitly say 'Connection: close' to get the old 1.0 behavior). The http module in node has never honored that, instead requiring an explicit 'Connection: keep-alive'.

Re: Post-mortem

2012-05-12 Thread Tim McNamara
One other good thing that might be worth mentioning is that it sounds like the migration path away from couch was pretty easy. On 11 May 2012 12:28, Jason Smith wrote: > Thanks for the tip, Noah. > > In addition to solving its technical and community deficiencies, we > all be banging on non-stop