-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Karel Minařík wrote: > 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. > In that case, how are you measuring such things? Do a GET against /_active_tasks which will tell you if view indexing is running as well as progress. Also note that the current shipping CouchDB (0.10) is rather slow at view indexing (and that is being charitable). There are several things you can do to speed it up. https://issues.apache.org/jira/browse/COUCHDB-620 https://issues.apache.org/jira/browse/COUCHDB-623 The version under development (aka trunk) is faster but if you were measuring time in hours before (as I am), you'll still be measuring it in (fewer) hours after. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktOOesACgkQmOOfHg372QRK1QCguHcG6RC8KtFwPQSzDOqyydSC aCUAn1e80HqmT58fnpYk5G6TePnE2PBR =dCPM -----END PGP SIGNATURE-----
