Berkeley DB Reference Guide:
Access Methods

PrevRefNext

Database statistics

The DB->stat function is the standard interface for obtaining database statistics. Generally, DB->stat returns a set of statistics about the underlying database, e.g., the number of key/data pairs in the database, how the database was originally configured, and so on. In most cases, this information is specific to the access method for which it was created.

There is one flag that you can set to customize the returned statistics:

DB_RECORDCOUNT
If the database is a Queue or Recno database, or a B+tree database that was configured so that it is possible to search it by logical record number, return only a count of the records in the database.

PrevRefNext

Copyright Sleepycat Software