[ 
https://issues.apache.org/jira/browse/COUCHDB-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Cottlehuber resolved COUCHDB-1625.
---------------------------------------

    Resolution: Not A Problem
    
> View to be bound to a document
> ------------------------------
>
>                 Key: COUCHDB-1625
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1625
>             Project: CouchDB
>          Issue Type: Brainstorming
>          Components: Database Core
>            Reporter: Gary Titus
>            Priority: Trivial
>
> Currently the view map function runs against all docs and this causes a few 
> performance bottlenecks if there are many docs or significantly sized 
> documents.
> I would like to propose if not already considered the ability to bind a view 
> to a document so that when someone calls the view it only loads the document 
> bound to the view and nothing else.
> possible url
> http://<<server name>>:5984/_utils/database.html?<<db name>>/<<document 
> name>>/_design/<<desgin doc name>>/_view/<<view name>>
> or
> http://<<server name>>:5984/_utils/database.html?<<db name>>/_designdoc/<<doc 
> name>>/_view/<<view name>>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to