nickva commented on issue #5934: URL: https://github.com/apache/couchdb/issues/5934#issuecomment-4427585222
> I have added document and fetched view and found document present in the view output. But in view output still present non existent more documents. Does this happen on your system with a new view and without any purging. Just curious if purging has anything to do with this or not. Would it be possible to create a script to duplicate this behavior. "Create db, create view, update views..." > @nickva you referenced https://github.com/apache/couchdb/pull/5709 two times. Probable you want add reference to second PR. Oh you're right, Sergey, my apologies, I meant to reference https://github.com/apache/couchdb/pull/5913 > Then I pulled _design/conferences2 view and still see not existed documents in the output. In CouchDB we have a feature where the same view definition in the same db will generate the same view signature (it's a hash of the view/reduce functions) so renaming the design document will just point to the exact same view (It's a neat feature actually to allow updating indexes in production: create new view with ddoc_new id then, let it build in the background then replace ddoc with ddoc_new in production all the clients would see the already built view) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
