Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 59579 invoked from network); 18 Aug 2009 20:50:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 20:50:50 -0000 Received: (qmail 96715 invoked by uid 500); 18 Aug 2009 20:51:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96642 invoked by uid 500); 18 Aug 2009 20:51:08 -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 96632 invoked by uid 99); 18 Aug 2009 20:51:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 20:51:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 20:50:59 +0000 Received: by an-out-0708.google.com with SMTP id b2so1428725ana.5 for ; Tue, 18 Aug 2009 13:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JLjb7UmSmoHEeKaN6ll1McThwxfksOeXJQ5+NgCQZyI=; b=YMs9oLOJ7kSGQ6JTEDiBXzob5j7gqlv9tVrugjyje8n1efzmvg5l4DAaQUAMFDPSgY k98DH9bvTI4dXxrYnlcODbIyjUe1eu92fuIttgl+ENle0ksrjW/xkrPN3XIcSYp7o0NU bbPhActlicYZmqYE3Lf5sFO+mjqcz00+v8bS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=lhe0biw7pgPLZa61JuAQzE1o/SGACIPiC0XvWvhudR9cjh+AbqqpQpGMZROOX5Zyk3 Y6nk5N6VK4X1HNzFjIXnqo9+orRVi1SR5CptJeu/jGEwlXe0HebEoRwnkRkW7snFt1bV AlZyUws/w6zYq7Dvmx06ygdQ6Cu+NvV4SZIAI= MIME-Version: 1.0 Received: by 10.101.85.10 with SMTP id n10mr6045901anl.156.1250628638000; Tue, 18 Aug 2009 13:50:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Aug 2009 16:50:37 -0400 Message-ID: Subject: Re: couchdb response times From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Maybe check that its not just AWS being generally slow? Other than that I can't think of anything at the moment. On Tue, Aug 18, 2009 at 4:41 PM, Adam Wolff wrote: > No, I don't think this is a change, but this is the first time I've really > measured. > > Hm, maybe it wasn't apt that installed erlang: > ubuntu@ip-10-251-206-159:~$ erl -version > Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.6.3 > > Couch version is 0.9.0 > > Anywhere else to look? > A > > On Tue, Aug 18, 2009 at 1:31 PM, Paul Davis wrote: > >> Adam, >> >> What version of Erlang did apt give you? And what version of CouchDB? >> >> If I remember right intrepid might be giving you Erlang 5.5.5 (check >> with erl -version) and if so, that's very very bad. >> >> Also, is this a recent change in response times? For singe docs this >> seems quite slow regardless of all that. Not sure on EC2 vs anything >> else though. >> >> Paul Davis >> >> On Tue, Aug 18, 2009 at 3:10 PM, Adam Wolff wrote: >> > Hi all,We're moving our app towards production, and we're seeing fairly >> slow >> > response times from couchdb. Every request to the db appears to take >> about >> > 100ms, even for just a plain document. Is this expected? Any hints for >> > better configuration? We're just running what you get after you do make >> && >> > make install on an amazon ec2 big instance, having apt-got erl. We're >> > running ubuntu intrepid. >> > >> > Thanks, >> > A >> > >> >