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 71A1410CDE for ; Fri, 27 Dec 2013 21:23:30 +0000 (UTC) Received: (qmail 26544 invoked by uid 500); 27 Dec 2013 21:23:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 26490 invoked by uid 500); 27 Dec 2013 21:23:29 -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 26482 invoked by uid 99); 27 Dec 2013 21:23:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 21:23:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jens.rantil@gmail.com designates 209.85.219.43 as permitted sender) Received: from [209.85.219.43] (HELO mail-oa0-f43.google.com) (209.85.219.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 21:23:25 +0000 Received: by mail-oa0-f43.google.com with SMTP id i7so10196875oag.30 for ; Fri, 27 Dec 2013 13:23:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=XC65lsYSMcmV3js3OgNAMhJgPiZgpMM1yjEljkepzSM=; b=kFJJlOHFnY2bFTdVJ2qiVDwMroETPkE3UJ8b2qKTMbRWGbnQKH0L1Ywcr7o2B5UsVf mkA+12Gkm2Ktl2004VZeK5/+ZRP0I01P8Jb3lU4+nFFMtIAcmR3ZwZrGRf/Ljycu9BxL xrRunAyVv+7zZAYIVOQGVh6MWWwGyABzyuQEquAgIseFMcqR1/burrJST26hpi77bIab uxzSKBoXVZpWY5MJow7ZEpY8g3uoe/Uelk21LZM/Q7rvk8PBgpGdUbaWoFIK1r2khgbc WcGHqwECVpNqqvYezDk6jxi3PM+Lkq/5Z3L3CBDHo60J6zAU0mdpXikNWf3O0roYgmLB De7g== X-Received: by 10.60.51.161 with SMTP id l1mr6369639oeo.69.1388179384300; Fri, 27 Dec 2013 13:23:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.49.98 with HTTP; Fri, 27 Dec 2013 13:22:43 -0800 (PST) In-Reply-To: References: From: Jens Rantil Date: Fri, 27 Dec 2013 22:22:43 +0100 Message-ID: Subject: Re: Data usage and compaction status To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=001a11c2f3ec15fb0b04ee8ab3d1 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2f3ec15fb0b04ee8ab3d1 Content-Type: text/plain; charset=ISO-8859-1 Gah, I should have seen that one. Thanks! I've submitted a pull request to add `data_size` to the documentation here: https://github.com/apache/couchdb/pull/123 /J On Fri, Dec 27, 2013 at 10:11 PM, Alexander Shorin wrote: > On Sat, Dec 28, 2013 at 1:01 AM, Jens Rantil > wrote: > > > > 1. The `disk_size` measurement does not include views indexes size. Is > there any way for me to check the size of a view index (over HTTP, that is > ;))? > > > > 2. The `/mydb` shows when a compaction is going on of the database (but > not views, right?). Is the only way to check whether a view compaction is > running by looking in the `/_active_tasks` response? > > For view indexes similar information is available at ddoc info resource: > > http://docs.couchdb.org/en/latest/api/ddoc/common.html#db-design-design-doc-info > > -- > ,,,^..^,,, > --001a11c2f3ec15fb0b04ee8ab3d1--