apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Get database information from _dbs_info

popojargo opened this issue · comments

With the recent release of 2.2.0, we can now query the information of multiple databases through this new endpoint: _dbs_info

We could replace the actual separated API call with this bulk call to reduce network requests.

Expected Behavior

We request the _dbs_info with the database names from the actual paging.

Current Behavior

We request the database information by querying each database separately.

Possible Solution

Context