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 2009/09/23 21:48:39 UTC

[Couchdb Wiki] Update of "HTTP_database_API" by BenjaminYoung

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 BenjaminYoung:
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=8&rev2=9

  {"db_name": "dj", "doc_count":5, "doc_del_count":0, "update_seq":13, "compact_running":false, "disk_size":16845}
  }}}
  
+ == Changes ==
+ 
+ {{{
+ GET /somedatabase/_changes HTTP/1.1
+ }}}
+ 
+ {{{
+ {"results":
+   [{"seq":6,"id":"doc","changes":[{"rev":"2-e32fbda1a1a0aeeab717dafac56527e6"}],"deleted":true},
+    {"seq":10,"id":"otherdoc","changes":[{"rev":"2-69b8f3ec4ef9fbbc2409a924b5b0850a"}]}
+   ],
+   "last_seq":10}
+ }}}
+ 
  == Compaction ==
  
  Databases may be compacted to reduce their disk usage.  For more details, see [[Compaction]].