You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/12/09 22:04:33 UTC

[GitHub] [couchdb] kierondye-fraedom opened a new issue #2348: CouchDb 2.3 rebuilding indexes for unchanged design documents

kierondye-fraedom opened a new issue #2348: CouchDb 2.3 rebuilding indexes for unchanged design documents
URL: https://github.com/apache/couchdb/issues/2348
 
 
   We have a problem in our production environment where every time we deploy an unchanged design document it is causing a reindex on the next view access. We deploy using a PUT request to update the existing document. The database size is 4.4GB and reindexing takes several hours. Can you explain what scenarios might cause the reindexing? 
   
   My understanding is that 2 scenarios might cause the reindex: 
   
   1. The design document changes.
   2. The purge sequence in the view is inconsistent with the database.
   
   But I am not sure about what might trigger a purge event.
   
   On my local environment with a database size of 250MB I have been unable to reproduce the problem.
   
   CouchDB version: 2.3
   Browser: Not Applicable
   Operating System: Windows Server 2016

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services