Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 64521 invoked from network); 5 Mar 2010 21:00:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 21:00:55 -0000 Received: (qmail 12792 invoked by uid 500); 5 Mar 2010 21:00:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 12756 invoked by uid 500); 5 Mar 2010 21:00:39 -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 12748 invoked by uid 99); 5 Mar 2010 21:00:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 21:00:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.150.195.222] (HELO mx-smtp-02.ittvis.com) (216.150.195.222) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 21:00:38 +0000 Received: from localhost (mx-smtp-02 [127.0.0.1]) by mx-smtp-02.ittvis.com (Postfix) with ESMTP id D32B224030 for ; Fri, 5 Mar 2010 13:26:01 -0700 (MST) Received: from mx-smtp-02.ittvis.com ([127.0.0.1]) by localhost (mx-smtp-02.ittvis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22973-03 for ; Fri, 5 Mar 2010 13:26:01 -0700 (MST) Received: from av-smtp-02.ittvis.com (av-smtp-02.ittvis.com [10.17.10.82]) by mx-smtp-02.ittvis.com (Postfix) with ESMTP id 8DF372402F for ; Fri, 5 Mar 2010 13:26:01 -0700 (MST) Received: from gemini.rsinc.com ([10.17.10.66]) by apollo.rsinc.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 5 Mar 2010 14:00:14 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: view performance Date: Fri, 5 Mar 2010 13:58:29 -0700 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: view performance Thread-Index: Acq731ZwoZd9YYvdSKKA0tFL3nSQggAxnang References: From: "Michael McCaffrey" To: X-OriginalArrivalTime: 05 Mar 2010 21:00:14.0579 (UTC) FILETIME=[DA415C30:01CABCA6] Hello, I'm using an erlang view to fold thru large deep lists and have a performance issue. Being a relative erlang newbie I thought it was coding, however... When I run thru a document locally (in Eclipse) I can fold thru the doc in 47000 micro seconds. When I fold thru the same document during the view, it takes almost a full second (900000 micro seconds). All the documents take about this long. Any thoughts on why this may be happening? Thanks