On Dec 26, 2013, at 4:51 PM, Vladimir Ralev <[email protected]> wrote:

> I have a script that makes a burst of around 100 very fast PUT requests
> mixed with another 300 or so GET requests against a 4GB database.

Try using _bulk_docs instead, to update multiple docs at once. It should be 
more efficient. (It’s what the replicator uses to push revisions.)

—Jens

Reply via email to