Statistics for a database in the environment. More...
#include <mdbx.h>
Public Attributes | |
uint32_t | ms_psize |
uint32_t | ms_depth |
uint64_t | ms_branch_pages |
uint64_t | ms_leaf_pages |
uint64_t | ms_overflow_pages |
uint64_t | ms_entries |
uint64_t | ms_mod_txnid |
Statistics for a database in the environment.
uint64_t MDBX_stat::ms_branch_pages |
Number of internal (non-leaf) pages
uint32_t MDBX_stat::ms_depth |
Depth (height) of the B-tree
uint64_t MDBX_stat::ms_entries |
Number of data items
uint64_t MDBX_stat::ms_leaf_pages |
Number of leaf pages
uint64_t MDBX_stat::ms_mod_txnid |
Transaction ID of committed last modification
uint64_t MDBX_stat::ms_overflow_pages |
Number of overflow pages
uint32_t MDBX_stat::ms_psize |
Size of a database page. This is the same for all databases.