AlexanderKaraberov commented on issue #1142: fabric:query_view/4 fails if 
number of docs in the DB is more than 60
URL: https://github.com/apache/couchdb/issues/1142#issuecomment-378235429
 
 
   Hi @eiri 
   
   Could you please describe this
   
   > one corner case where seq btree in mrview is not working correctly
   
   and maybe some other failed test cases? This will be much appreciated. We 
tested this implementation using some basic test cases namely filtered 
replication, and basic filtering by `key`s using Apache Bench for profiling. 
Everything seems to work just fine. 
   The requests we were using are:
   1. `_changes?style=all_docs&filter=_view&view=index/type&key="some_key"` 
   2. 
`_changes?feed=normal&heartbeat=300000&style=all_docs&since=some_seq&filter=_view&key="some_key"&view=repl/type`
 
   where design documents `index/type` and `repl/type` have `"seq_indexed": 
true` and `keyseq_indexed: true`.
   Just in case our implementation is based on 
`couch_mrview:count_view_changes_since()` +               
`couch_mrview:view_changes_since()` which are called in `fabric_rpc:changes()`. 
   
   **UPDATED**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to