Electroneum
MDB_stat Struct Reference

Statistics for a database in the environment. More...

#include <lmdb.h>

Collaboration diagram for MDB_stat:

Public Attributes

unsigned int ms_psize
 
unsigned int ms_depth
 
mdb_size_t ms_branch_pages
 
mdb_size_t ms_leaf_pages
 
mdb_size_t ms_overflow_pages
 
mdb_size_t ms_entries
 

Detailed Description

Statistics for a database in the environment.

Definition at line 490 of file lmdb.h.

Member Data Documentation

◆ ms_branch_pages

mdb_size_t MDB_stat::ms_branch_pages

Number of internal (non-leaf) pages

Definition at line 494 of file lmdb.h.

◆ ms_depth

unsigned int MDB_stat::ms_depth

Depth (height) of the B-tree

Definition at line 493 of file lmdb.h.

◆ ms_entries

mdb_size_t MDB_stat::ms_entries

Number of data items

Definition at line 497 of file lmdb.h.

◆ ms_leaf_pages

mdb_size_t MDB_stat::ms_leaf_pages

Number of leaf pages

Definition at line 495 of file lmdb.h.

◆ ms_overflow_pages

mdb_size_t MDB_stat::ms_overflow_pages

Number of overflow pages

Definition at line 496 of file lmdb.h.

◆ ms_psize

unsigned int MDB_stat::ms_psize

Size of a database page. This is currently the same for all databases.

Definition at line 491 of file lmdb.h.


The documentation for this struct was generated from the following file: