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-378652055 > Honestly I'd be very wary of using a known broken feature in a production Yes I know but do I really have a choice? I can't think about any other alternatives to `fast_view`. Before this we tried to use mango selectors with some hackery on the `nginx` side to make `Couchbase Lite` replication work, but unfortunately selectors also are too slow and have [some other issues](https://github.com/apache/couchdb/issues/1151). Simply avoiding using `seq` and `kseq` indexes proved to be outright slow and completely unusable in production scale. I'm not sure there is a forth alternative currently.
---------------------------------------------------------------- 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
