You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/08 09:20:28 UTC

[Couchdb Wiki] Update of "HTTP_database_API" by AlexKoshelev

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "HTTP_database_API" page has been changed by AlexKoshelev.
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=23&rev2=24

--------------------------------------------------

  
  ==== Meaning of Result Hash ====
  
- ||'''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 format on disk (int)||||
+ ||''disk_format_version''|| Current version of the internal database format on disk (int)||
  
  === Accessing Database-specific options ===
  Currently there is only one database specific option you can set via a PUT request. ''_revs_limit'' defines a upper bound of document revisions which CouchDB keeps track of, even after [[Compaction]]. The default is set to 1000 on CouchDB 0.11.