You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/07/13 11:33:19 UTC

documentation commit: updated refs/heads/master to d1a8820

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 <rn...@apache.org>
Authored: Mon Jul 13 10:33:09 2015 +0100
Committer: Robert Newson <rn...@apache.org>
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.