I have a bucket with more than 9M record. And I have 10 views on this bucket. I am getting documents from view by paging with couchbase-client:1.4.2 . I have already defined this view on that bucket so it should be ready for query. After querying more than 100 times i am getting RuntimeException : failed to access the view ...
For the first query my stale is FALSE and then i am trying to query with OK.
this is my sample query ?limit=5000&skip=530000&stale=ok .
Is there anybody have any idea ?