eiri 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-378275516
 
 
   I don't think that redo work on any roadmap currently, the possibility was 
just brushed casually. I've sent a email to dev mail list to discuss that.
   
   Normal view's btree uses custom sorter, but seq btree rely on erlang native 
collision. It's sorting on an update seq first, a key second and since key can 
be of any type, but change's `since` attribute evaluates to a string, that 
renders changes feed none-resumable in some cases. I hope that makes sense.
   
   It's an easy fix, naturally, but afaik the issues with current 
implementation run deeper, on how `seq` and `kseq` interact, so I never got to 
it.
   
   

----------------------------------------------------------------
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