browse all docs in couchdb core
-------------------------------
Key: COUCHDB-1354
URL: https://issues.apache.org/jira/browse/COUCHDB-1354
Project: CouchDB
Issue Type: Improvement
Components: Database Core
Affects Versions: 1.3
Reporter: Benoit Chesneau
Fix For: 1.3
Actually all_docs is handle in couch_mrview application since the refactoring. I think it
should be handled in couch_db module or at least in coouch db core rather than in an externall
application. We should have indeed an API to list, fold all docs easily (without using couch_btree)
without having to use the map/reduce level.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|