Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 910BA9937 for ; Fri, 2 Mar 2012 23:56:58 +0000 (UTC) Received: (qmail 63927 invoked by uid 500); 2 Mar 2012 23:56:58 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63882 invoked by uid 500); 2 Mar 2012 23:56:58 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 63830 invoked by uid 99); 2 Mar 2012 23:56:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 23:56:57 +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 dave@muse.net.nz designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 23:56:49 +0000 Received: by vbih1 with SMTP id h1so2647230vbi.11 for ; Fri, 02 Mar 2012 15:56:28 -0800 (PST) Received-SPF: pass (google.com: domain of dave@muse.net.nz designates 10.52.65.98 as permitted sender) client-ip=10.52.65.98; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dave@muse.net.nz designates 10.52.65.98 as permitted sender) smtp.mail=dave@muse.net.nz Received: from mr.google.com ([10.52.65.98]) by 10.52.65.98 with SMTP id w2mr4164714vds.58.1330732588916 (num_hops = 1); Fri, 02 Mar 2012 15:56:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.65.98 with SMTP id w2mr3636624vds.58.1330732588709; Fri, 02 Mar 2012 15:56:28 -0800 (PST) Received: by 10.52.36.237 with HTTP; Fri, 2 Mar 2012 15:56:28 -0800 (PST) X-Originating-IP: [178.165.241.122] In-Reply-To: <4F4FBD5B.2030804@83864.com> References: <4F4E7F11.4010104@83864.com> <4F4FBD5B.2030804@83864.com> Date: Sat, 3 Mar 2012 00:56:28 +0100 Message-ID: Subject: Re: Please report your indexing speed From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkbqdB/MQXCCK99kKLVwKO0mxUhy1vDXU+/+sYp4E49N5BBrVjBFC0X+rIv/XxayMjPHt87 X-Virus-Checked: Checked by ClamAV on apache.org # localhost, mac with vmware fusion internal network to windows 7 vm Disk: /dev/disk0 Device / Media Name: APPLE SSD TS128C Media Solid State: Yes dave@akai slow_couchdb % ./bench.sh small_doc.tpl Testing 50000 of small_doc.tpl in batches of 10000 all with js 1.8.5, I can compare 1.8.0 if interested. Server: CouchDB/1.1.1 (Erlang OTP/R14B03) real 0m13.800s user 0m0.006s sys 0m0.003s Server: CouchDB/1.2.0 (Erlang OTP/R14B04) real 0m19.185s user 0m0.006s sys 0m0.003s Server: CouchDB/1.2.0 (Erlang OTP/R15B) Date: Thu, 01 Mar 2012 12:50:47 GMT real 0m18.428s user 0m0.006s sys 0m0.003s Should get spinning disk (on a 2006 iMac) over the weekend with luck. Is there a jira for this investigation? A+ Dave