Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE2C310A4C for ; Fri, 4 Apr 2014 16:58:36 +0000 (UTC) Received: (qmail 61604 invoked by uid 500); 4 Apr 2014 16:58:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 61570 invoked by uid 500); 4 Apr 2014 16:58:34 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 61556 invoked by uid 99); 4 Apr 2014 16:58:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 16:58:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wendallc@83864.com designates 209.85.220.53 as permitted sender) Received: from [209.85.220.53] (HELO mail-pa0-f53.google.com) (209.85.220.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 16:58:29 +0000 Received: by mail-pa0-f53.google.com with SMTP id ld10so3706653pab.40 for ; Fri, 04 Apr 2014 09:58:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=83864.com; s=google; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Y9OEPZP/f6CcZkvb4MXNmurBycsZKQXfvg+RQeo/ATI=; b=OFjC8om7VpiT+ZhyYJM83STt4ENQRPDfwBLs6IeYaZF+lUeobDJ2JGT2x8MqSSHpzQ 29fPKCcyfN3ZEw2OzjZTf2v/syu08COEXaGihg2pGRhTtAv0vr01aVXHpGT3xGcMmyB4 9bG6IC1KIjav9Cf9tDB15ZFCB0aIx3ffjOFsA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:message-id:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Y9OEPZP/f6CcZkvb4MXNmurBycsZKQXfvg+RQeo/ATI=; b=Ku/+STI64t7HMbuOS8WY2eLumSMPiqysAHeFnQc8JOEt/KKVDZB89ZhMvGpwD+o+D9 riJMiQhegSJbpzpnHkyGk//unoKglM/5/4qmI8/b3Fy3MZscBur5k4vk5I+PxIY6jwC2 Iwhujl6wly7v3O4FW6rcYBMUMkg/vG0MwmTjTD/SmeEbvQbihPzEISPojp9sthcZFVOH C4AncoYO+dOXJ9b6W/GoD9mglQigCqmtQVADmtn77KVzjeoBI7pspfG6h5fkTqn9U8NR vFQg1k7I4GRcrBZKlOOBOaa0Xnj1uvQUXERVtuSBRQIw4/psIQ+fWlaYpHX+FTsxhHue D5QQ== X-Gm-Message-State: ALoCoQkVQTlchp4D2MZ86CsxN0jKLnpS/HgDRNtUtASzAJtb4+TCkqXeyU0M8+G/pJSan3kfoMv4 X-Received: by 10.68.202.230 with SMTP id kl6mr16202072pbc.55.1396630686719; Fri, 04 Apr 2014 09:58:06 -0700 (PDT) Received: from wlaptop.localdomain (c-98-232-195-72.hsd1.or.comcast.net. [98.232.195.72]) by mx.google.com with ESMTPSA id et3sm18898417pbc.52.2014.04.04.09.58.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 09:58:05 -0700 (PDT) Sender: Wendall Cada Message-ID: <533EE49C.4080206@apache.org> Date: Fri, 04 Apr 2014 09:58:04 -0700 From: Wendall Cada User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Bench marking a simple 10k write References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Are you updating the same doc 10k times? Or writing a new doc each time? If it's the former, this isn't a really good test for CouchDB, and certainly going to be slow. Wendall On 04/03/2014 07:40 PM, Knudsen, Ken wrote: > ....to a CouchDB server....I'm literally just executing a unit test 10k times that open an HTTP connection, post the data and close... CouchDB is performing very slowly in this. I thought it'd be very fast. Any ideas? > > Thanks for the help, > > Ken > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________