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-378302060 Hey @eiri I just want to clarify a few last things in order to sort everything out. As I understood by "custom sorter" you meant [view collation](http://docs.couchdb.org/en/latest/ddocs/views/collation.html#views-collation) and `SeqBtree`/`KeyBySeqBtree` works the same as [raw collation](http://docs.couchdb.org/en/latest/ddocs/views/collation.html#raw-collation)? Yet I still don't understand how sorting is related to constructing output for `_changes` feed since for that we keep a separate index ordered by `seq` of the database. I mean I understand the case with key removing and deletion but how sorting can affect existing index built by `seq`? To add up, we have an index: `{seq, viewKey}` where for key `abc` we have a seq `"4-g1AAAA...`. How can this be affected by sorting/collation?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
