doctrine / couchdb-odm

A Document Mapper based on CouchDB
http://www.doctrine-project.org
MIT License
150 stars 53 forks source link

Added command to warm up all views #127

Open Tischi86 opened 7 years ago

Tischi86 commented 7 years ago

Added a new command to warmup all CouchDB views. This will trigger an index run on each view.

mikeSimonson commented 7 years ago

@Tischi86 Thanks for the PR. I am not the one responsible to merge the PR but I think that you have a much higher chance to get it merged if you add tests.

Regards