Couple of days? How are you loading records? If you're doing data imports you should use _bulk_docs. If you can't use that and you can tolerate the possibility of data loss in a catastrophic node failure, bulk=ok is another option.
Paul Davis On Wed, May 20, 2009 at 12:54 PM, Jeff Macdonald <[email protected]> wrote: > On Wed, May 20, 2009 at 9:11 AM, Paul Davis <[email protected]> > wrote: >> Should mention that r776685 translates to `svn up` :) > > 'svn update' updated me to: > > $ bin/couchdb -V > couchdb - Apache CouchDB 0.10.0a776732 > > I'm seeing very bursty performance now. A bunch of injections followed > by blocking, followed by a bunch of injections, repeat. > > This is still with Erlang RB12 and Fedora 9. > > I'm afraid it will take a day or two to get to the 4Gig size. :( > > > -- > Jeff Macdonald > Ayer, MA >
