From commits-return-5280-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 08 07:21:06 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 72587 invoked from network); 8 Oct 2010 07:21:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 07:21:06 -0000 Received: (qmail 30045 invoked by uid 500); 8 Oct 2010 07:21:06 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29924 invoked by uid 500); 8 Oct 2010 07:21:02 -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 29917 invoked by uid 500); 8 Oct 2010 07:21:01 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 29914 invoked by uid 99); 8 Oct 2010 07:21:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 07:21:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 07:20:58 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2F5B563D; Fri, 8 Oct 2010 07:20:28 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 08 Oct 2010 07:20:28 -0000 Message-ID: <20101008072028.59282.39695@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22HTTP=5Fdatabase=5FAPI=22_by_Ale?= =?utf-8?q?xKoshelev?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "HTTP_database_API" page has been changed by AlexKoshelev. http://wiki.apache.org/couchdb/HTTP_database_API?action=3Ddiff&rev1=3D23&re= v2=3D24 -------------------------------------------------- = =3D=3D=3D=3D Meaning of Result Hash =3D=3D=3D=3D = - ||'''Key'''||'''Description'''||'''CouchDB Version'''|| + ||'''Key'''||'''Description'''|| - ||''db_name''||Name of the database (string)|||| + ||''db_name''||Name of the database (string)|| - ||''doc_count''||Number of documents (including design documents) in the = database (int)|||| + ||''doc_count''||Number of documents (including design documents) in the = database (int)|| - ||''update_seq''||Current number of updates to the database (int)|||| + ||''update_seq''||Current number of updates to the database (int)|| - ||''purge_seq''||Number of purge operations (int)|||| + ||''purge_seq''||Number of purge operations (int)|| - ||''compact_running''||Indicates, if a compaction is running (boolean)|||| + ||''compact_running''||Indicates, if a compaction is running (boolean)|| - ||''disk_size''||Current size in Bytes of the database ('''Note''': Size = of views indexes on disk are not included)|||| + ||''disk_size''||Current size in Bytes of the database ('''Note''': Size = of views indexes on disk are not included)|| - ||''instance_start_time''|| Timestamp of CouchDBs start time (int in ms) = |||| + ||''instance_start_time''|| Timestamp of CouchDBs start time (int in ms) = || - ||''disk_format_version''|| Current version of the internal database form= at on disk (int)|||| + ||''disk_format_version''|| Current version of the internal database form= at on disk (int)|| = =3D=3D=3D Accessing Database-specific options =3D=3D=3D Currently there is only one database specific option you can set via a PU= T request. ''_revs_limit'' defines a upper bound of document revisions whic= h CouchDB keeps track of, even after [[Compaction]]. The default is set to = 1000 on CouchDB 0.11.