B-tree database statistics.
More...
Detailed Description
B-tree database statistics.
Definition at line 57 of file db3.c.
Field Documentation
version of the btree database.
Definition at line 59 of file db3.c.
no. of unique keys in the database.
Definition at line 60 of file db3.c.
no. of key/data pairs in the database.
Definition at line 61 of file db3.c.
database page size, in bytes.
Definition at line 62 of file db3.c.
minimum keys per page.
Definition at line 63 of file db3.c.
length of fixed-length records.
Definition at line 64 of file db3.c.
padding byte for fixed-length records.
Definition at line 65 of file db3.c.
no. of levels in the database.
Definition at line 66 of file db3.c.
no. of database internal pages.
Definition at line 67 of file db3.c.
no. of database leaf pages.
Definition at line 68 of file db3.c.
no. of database duplicate pages.
Definition at line 69 of file db3.c.
no. of database overflow pages.
Definition at line 70 of file db3.c.
no. of pages on the free list.
Definition at line 71 of file db3.c.
no. of bytes free in internal pages.
Definition at line 72 of file db3.c.
no. of bytes free in leaf pages.
Definition at line 73 of file db3.c.
no. of bytes free in duplicate pages.
Definition at line 74 of file db3.c.
no. of bytes free in overflow pages.
Definition at line 75 of file db3.c.
The documentation for this struct was generated from the following file: