Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB05618CA9 for ; Mon, 13 Jul 2015 09:33:19 +0000 (UTC) Received: (qmail 81086 invoked by uid 500); 13 Jul 2015 09:33:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 81034 invoked by uid 500); 13 Jul 2015 09:33:19 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 81024 invoked by uid 99); 13 Jul 2015 09:33:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2015 09:33:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64899DFFE6; Mon, 13 Jul 2015 09:33:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: <42745bb766784d5db87eecb3835d36f9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: documentation commit: updated refs/heads/master to d1a8820 Date: Mon, 13 Jul 2015 09:33:19 +0000 (UTC) Repository: couchdb-documentation Updated Branches: refs/heads/master 51a9bb06d -> d1a882017 describe {disk,data}_size better Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/d1a88201 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/d1a88201 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/d1a88201 Branch: refs/heads/master Commit: d1a8820173d260f2013a210060660a951f1abd92 Parents: 51a9bb0 Author: Robert Newson Authored: Mon Jul 13 10:33:09 2015 +0100 Committer: Robert Newson Committed: Mon Jul 13 10:33:09 2015 +0100 ---------------------------------------------------------------------- src/api/database/common.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/d1a88201/src/api/database/common.rst ---------------------------------------------------------------------- diff --git a/src/api/database/common.rst b/src/api/database/common.rst index 56876a5..1e953d6 100644 --- a/src/api/database/common.rst +++ b/src/api/database/common.rst @@ -61,8 +61,8 @@ :>json string db_name: The name of the database. :>json number disk_format_version: The version of the physical format used for the data when it is stored on disk. - :>json number data_size: Actual data size in bytes of the database data. - :>json number disk_size: Size in bytes of the data as stored on the disk. + :>json number data_size: The number of bytes of live data inside the database file. + :>json number disk_size: The length of the database file on disk. Views indexes are not included in the calculation. :>json number doc_count: A count of the documents in the specified database.