FastStats Method

BerkeleyDB

Among other things, this method makes it possible for applications to request key and record counts without incurring the performance penalty of traversing the entire database.

The statistical information is described by the BTreeStats, HashStats, QueueStats, and RecnoStats classes.

Overload List

  NameDescription
FastStats()()()
Return the database statistical information which does not require traversal of the database.
FastStats(Transaction)
Return the database statistical information which does not require traversal of the database.
FastStats(Transaction, Isolation)
Return the database statistical information which does not require traversal of the database.

See Also