From user-return-11870-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Aug 04 18:31:57 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 45390 invoked from network); 4 Aug 2010 18:31:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Aug 2010 18:31:57 -0000 Received: (qmail 53856 invoked by uid 500); 4 Aug 2010 18:31:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 53804 invoked by uid 500); 4 Aug 2010 18:31:55 -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 53796 invoked by uid 99); 4 Aug 2010 18:31:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 18:31:55 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.83.52] (HELO mail-gw0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 18:31:49 +0000 Received: by gwj20 with SMTP id 20so3038445gwj.11 for ; Wed, 04 Aug 2010 11:31:28 -0700 (PDT) Received: by 10.231.184.168 with SMTP id ck40mr10005785ibb.174.1280946686702; Wed, 04 Aug 2010 11:31:26 -0700 (PDT) Received: from [192.168.1.102] (c-98-248-172-14.hsd1.ca.comcast.net [98.248.172.14]) by mx.google.com with ESMTPS id h8sm8094291ibk.9.2010.08.04.11.31.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Aug 2010 11:31:25 -0700 (PDT) Sender: J Chris Anderson Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Check View Status From: J Chris Anderson In-Reply-To: Date: Wed, 4 Aug 2010 11:31:22 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1FCF93EF-670D-4B5F-88EF-DE5A1372146A@apache.org> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1081) On Aug 4, 2010, at 11:15 AM, Gordon Leland Hempton wrote: > Is there a way to check the status of the generation of a view? >=20 GET http://192.168.1.10:5984/_active_tasks I think that will show it. > We have a db with ~10 mil docs/30GB and we are introducing a new view = that > is just a single field as the key and a null document. It has been = running > for 12 hours so far and is not complete. >=20 > When I go to = http://192.168.1.10:5984/database/_design/Database/_info > the > request just hangs indefinitely. We are using version 1.0. >=20 > Thanks, >=20 > --=20 > Gordon L. Hempton > http://componentlab.com > http://hempton.com