[
https://issues.apache.org/jira/browse/COUCHDB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848376#comment-13848376
]
ASF subversion and git services commented on COUCHDB-1960:
----------------------------------------------------------
Commit e1ea767895705dae55b0586e4f5758bbe578c43b in branch
refs/heads/1960-paginate-all_dbs from [~benoitc]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=e1ea767 ]
paginate all_dbs
simple way to paginate results by skipping first results and limit the
number of results returned.
fix #COUCHDB-1960
> Provide pagination for /_all_dbs
> --------------------------------
>
> Key: COUCHDB-1960
> URL: https://issues.apache.org/jira/browse/COUCHDB-1960
> Project: CouchDB
> Issue Type: Improvement
> Components: Fauxton, HTTP Interface
> Reporter: Benjamin Young
>
> The database-per-user design pattern has increased in popularity and
> consequently causes long lists of databases when one hits {{/_all_dbs}}
> To keep this sane, we need some pagination.
> {{?skip=10&limit=10}} style seems to be the simplest to implement (and there
> should be existing code from Cloudant for this one).
> Thanks!
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)