You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a performance problem because if the view's update_seq (lastSequenceIndexed) is less than the db's lastSequence, it will be indexed. So this would lead to a no-op index operation on every query.
From a quick look into CBForest, this seems to be due to a bug in the MapReduceIndexWriter class. It should update the view's lastSequenceIndexed to the last sequence of the db enumeration, not just the last sequence that the view actually ran through the map function.
Allows caller to specify the value, in case it's greater than any
sequence that was passed to the indexer (i.e. a doc was skipped.)
For couchbase/couchbase-lite-ios#1379
They query seems to be skipping the design doc?
To reproduce:
with body
Expected:
Actual:
Doing a GET on the /db, I see an update_seq of 11
The text was updated successfully, but these errors were encountered: