Dear Wiki user,

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

The "HTTP_view_API" page has been changed by SebastianCohnen.
The comment on this change is: completed information on the status hash of 
view/_info.
http://wiki.apache.org/couchdb/HTTP_view_API?action=diff&rev1=30&rev2=31

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

  || ||''disk_size''||Size in Bytes of the view on disk (int)||
  || ||''updater_running''||Indicates if an update process is running 
(boolean)||
  || ||''compact_running''||Indicates if view compaction is running (boolean)||
- || ||''waiting_commit''||? (int)||
- || ||''waiting_clients''||? (int)||
- || ||''update_seq''||Sequence number of updates to this view (int)||
- || ||''purge_seq''||? (int)||
+ || ||''waiting_commit''||Indicates if this view is ahead of db commits or not 
(boolean)||
+ || ||''waiting_clients''||How many clients are waiting on this view (int)||
+ || ||''update_seq''||The update sequence of the corresponding database that 
has been indexed (int)||
+ || ||''purge_seq''||The purge sequence that has been processed (int)||
  
  
  == Debugging Views ==

Reply via email to