[
https://issues.apache.org/jira/browse/COUCHDB-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Anderson closed COUCHDB-609.
----------------------------------
Resolution: Won't Fix
Sorry, but in order to make this change we'd have to completely rewrite the
view indexer to be less efficient.
We batch updates to view indexes so that all the views in a ddoc are indexed
together. This makes indexing many times faster as well as shrinking file sizes
by a lot.
If you need this behavior you can keep views in separate ddocs. Beware that
this will increase disk and CPU usage.
> Don't re-index design document when existing views are unchanged
> ----------------------------------------------------------------
>
> Key: COUCHDB-609
> URL: https://issues.apache.org/jira/browse/COUCHDB-609
> Project: CouchDB
> Issue Type: Improvement
> Components: Database Core
> Affects Versions: 0.10.1
> Reporter: Dirkjan Ochtman
> Fix For: 0.11
>
>
> When I delete a single view from the ddoc but the others are unchanged, it
> shouldn't re-index.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.