Gah, I should have seen that one. Thanks! I've submitted a pull request to add `data_size` to the documentation here: https://github.com/apache/couchdb/pull/123
/J On Fri, Dec 27, 2013 at 10:11 PM, Alexander Shorin <[email protected]> wrote: > On Sat, Dec 28, 2013 at 1:01 AM, Jens Rantil <[email protected]> > wrote: > > > > 1. The `disk_size` measurement does not include views indexes size. Is > there any way for me to check the size of a view index (over HTTP, that is > ;))? > > > > 2. The `/mydb` shows when a compaction is going on of the database (but > not views, right?). Is the only way to check whether a view compaction is > running by looking in the `/_active_tasks` response? > > For view indexes similar information is available at ddoc info resource: > > http://docs.couchdb.org/en/latest/api/ddoc/common.html#db-design-design-doc-info > > -- > ,,,^..^,,, >
