From user-return-23171-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Dec 23 18:17:03 2012 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 5CBEEDB95 for ; Sun, 23 Dec 2012 18:17:03 +0000 (UTC) Received: (qmail 31386 invoked by uid 500); 23 Dec 2012 18:17:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31341 invoked by uid 500); 23 Dec 2012 18:17:01 -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 31333 invoked by uid 99); 23 Dec 2012 18:17:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 18:17:01 +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 martin.hewitt@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 18:16:52 +0000 Received: by mail-wg0-f48.google.com with SMTP id dt10so2874211wgb.15 for ; Sun, 23 Dec 2012 10:16:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:references:from:content-type:x-mailer :in-reply-to:message-id:date:to:content-transfer-encoding :mime-version; bh=rPooVV0zkbk4vLNlIzZRbKDY0ApOJ1Y4T7FZqpdicdk=; b=h+uFnbZHLw2kxW4yKX+Sjmyl09vuxO1fUGGRAkEFmyv1LdrDUv5ATAqWIE/fmglqpg YFzm9pmmxdMeXY51z7gbeh9Cq1pFY4tXE8MdptJFmr/MvcbWA5wXcf4cQh2NUteGvWaL G4HcJxpIi78g9jPksCRxLaVfIC729N1eG5jVN9eEnFw+3wlu2kdHccCCbZwthSJh4zoc pq9rDaH19UgmWdWOSpXdSPS3vn+w6aCFxsmeatHQzY5FZEPY+9a5WqB5+qgtU3c87RL6 aCKCH1CQ+XRzROTOMc2Wu510LHBmFhppJbQ5znRGyuK9scxXtsGsrW/Mff+sFuSjmuGy CL9A== X-Received: by 10.194.118.229 with SMTP id kp5mr32720578wjb.2.1356286592267; Sun, 23 Dec 2012 10:16:32 -0800 (PST) Received: from [10.0.0.3] (host-78-147-226-106.as13285.net. [78.147.226.106]) by mx.google.com with ESMTPS id g2sm29319320wiy.0.2012.12.23.10.16.30 (version=SSLv3 cipher=OTHER); Sun, 23 Dec 2012 10:16:31 -0800 (PST) Subject: Re: Get view size via HTTP API References: From: Martin Hewitt Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (10A525) In-Reply-To: Message-Id: <92B1645B-258F-49EA-9311-58EF4DF142F2@gmail.com> Date: Sun, 23 Dec 2012 18:16:27 +0000 To: "user@couchdb.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org Excellent, thanks Robert.=20 Martin Sent from my iPhone On 23 Dec 2012, at 17:38, Robert Newson wrote: > https://wiki.apache.org/couchdb/HTTP_view_API#Getting_Information_about_De= sign_Documents_.28and_their_Views.29 >=20 > On 23 December 2012 17:28, Martin Hewitt wrote: >> Hi all, >>=20 >> I know that one can get the data_size and disk_size from GETting the >> database url, and there are view read counts from the _stats API, but is >> there a way of finding out how much space a database's views are using >> through the HTTP API? >>=20 >> Thanks, >>=20 >> Martin