I have a simple data package with 5 documents and adding data through a web application using the CSharp driver. ex:{'key':'Version', 'value': '1.0'}
When I request the entire list from the UI or the Couchbase console, I do not get all the results the first time, I always get the results in the second query after adding a new document. Is this the standard behavior of couchbase views? I understand that memcache is used in the background.
If this is the default behavior, then how do I handle this script? Because every application needs real-time data, or am I doing something wrong here?
I just noticed that the problem is related to production views, the above problem only occurs with the Production view not in the development view, but are there any prod views other than how this works?
Srini source
share