mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-06 19:08:56 +08:00
mdbx-chk: count and report %-filling histogram of tree(s).
This commit is contained in:
4
mdbx.h
4
mdbx.h
@@ -6552,6 +6552,10 @@ typedef struct MDBX_chk_table {
|
||||
struct MDBX_chk_histogram val_len;
|
||||
/// Number of multi-values (aka duplicates) histogram
|
||||
struct MDBX_chk_histogram multival;
|
||||
/// Histogram of branch and leaf pages filling in percents
|
||||
struct MDBX_chk_histogram tree_filling;
|
||||
/// Histogram of nested tree(s) branch and leaf pages filling in percents
|
||||
struct MDBX_chk_histogram nested_tree_filling;
|
||||
} histogram;
|
||||
} MDBX_chk_table_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user