> Is it possible to configure Couchdb to prepare views ahead of the time when > the request is made, for eg., when a new doc is inserted or a current doc > updated, this way i m hoping that the queries on permanent views will be > even more faster and can be used to present data to users
This is what update notifier has been used for. See http://wiki.apache.org/couchdb/Frequently_asked_questions#update_views_more_often for more information. U
