You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Karel Minařík <ka...@gmail.com> on 2010/02/01 15:27:43 UTC

Re: Measuring duration of view index building

Hi Roger,

>> Of course, the best thing in my case would be, if couch itself  
>> would log
>> something like "start/end building index for _design/mydoc" -- but as
>> far as I know, there's no way to do that?
> Look in the log file.

apologies, I am severely behind my inbox. I am stupid enough to  
oversee the log entries for view indices building. But, how'd you  
relatively easily parse that? If there isn't something a la "Starting  
building XXX", it's rather cumbersome to work with? I guess `time  
curl ...` is still my friend.

> Do a GET against /_active_tasks which will tell you if view indexing  
> is
> running as well as progress.

And I am stupid enough to oversee that, and the nice GUI in Futon,  
thanks!!

Karel