couchdb
couchdb copied to clipboard
Couch DB scan inconsistency issue
Hi Team,
Currently I am facing the issue where the first time I upload a document and write to query all the information( or node details) are not coming up. But when I update the information I am getting all the details.
I have read on internet about the scan inconsistency as the issue. Please can you let me know the fix.
https://stackoverflow.com/questions/48297158/couchbase-sync-gateway-after-make-some-update-in-document-i-not-get-immediate
Vipul
I wasn't able to tell if it's the _view results query you're asking about. If it is, when you're updating documents, it may take some time for the documents to be indexed. You can don't mind receiving stale results a bit you can use the update=false
parameter. See https://docs.couchdb.org/en/stable/maintenance/performance.html#views for more details.
It maybe be helpful if you could provide specific steps to reproduce or at least specific API calls.
Closing since there is no activity in a few months