Alex Anderson created COUCHDB-3425:
--------------------------------------
Summary: Make _doc_ids _changes filter fast-path limit configurable
Key: COUCHDB-3425
URL: https://issues.apache.org/jira/browse/COUCHDB-3425
Project: CouchDB
Issue Type: Improvement
Components: Database Core
Reporter: Alex Anderson
For the builtin filter `_docs_ids`, the maximum number of documents for which
we trigger the optimized code path is hardcoded to 100 here:
https://github.com/apache/couchdb/blob/master/src/couch/src/couch_changes.erl#L32-L34
It would be helpful if this number was configurable.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)