You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dave Cottlehuber (JIRA)" <ji...@apache.org> on 2012/12/11 06:57:23 UTC

[jira] [Resolved] (COUCHDB-1625) View to be bound to a document

     [ 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