MDB_stat Struct Reference
[LMDB API]

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

Detailed Description

Statistics for a database in the environment.


Field Documentation

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

Number of internal (non-leaf) pages

Number of leaf pages

Number of overflow pages

Number of data items


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 15 Feb 2016 for LMDB by  doxygen 1.6.1