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 -- ,,,^..^,,,
