Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couch DB scan inconsistency issue #4159

Closed
vipulbalina opened this issue Aug 30, 2022 · 2 comments
Closed

Couch DB scan inconsistency issue #4159

vipulbalina opened this issue Aug 30, 2022 · 2 comments

Comments

@vipulbalina
Copy link

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

@nickva
Copy link
Contributor

nickva commented Sep 1, 2022

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.

@nickva
Copy link
Contributor

nickva commented Dec 2, 2022

Closing since there is no activity in a few months

@nickva nickva closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants