0 votes
in PouchDB by
db.explain(request [, callback])

Explain the query plan for a given query

pouchdb-find plugin needed: This API requires the pouchdb-find plugin. See Mango queries for installation instructions.

Example Usage:

Example Response:

{
  "dbname": 
...