Statistics for a database in the environment. More...
#include <lmdb.h>
Data Fields | |
| unsigned int | ms_psize |
| unsigned int | ms_depth |
| size_t | ms_branch_pages |
| size_t | ms_leaf_pages |
| size_t | ms_overflow_pages |
| size_t | ms_entries |
Statistics for a database in the environment.
| unsigned int MDB_stat::ms_psize |
Size of a database page. This is currently the same for all databases.
| unsigned int MDB_stat::ms_depth |
Depth (height) of the B-tree
| size_t MDB_stat::ms_branch_pages |
Number of internal (non-leaf) pages
| size_t MDB_stat::ms_leaf_pages |
Number of leaf pages
| size_t MDB_stat::ms_overflow_pages |
Number of overflow pages
| size_t MDB_stat::ms_entries |
Number of data items
1.6.1