Outline Paging Dimension Statistics

The following columns are the output of the MaxL statement beginning with query database DBS-NAME get opg_state.

This statement is only applicable to databases using aggregate storage.

Column NameContents
versionThe version of the outline paging section (a Berkeley DB database).
unique_keysThe number of unique keys in the outline paging section.
key/data_pairsThe number of key/data pairs in the outline paging section.
page_sizeThe page size (in bytes) of the underlying database.
minimum_keys_per_pageThe minimum number of keys per page.
length of fixed_length_recordsThe length of the fixed-length records (only available when the outline paging section is a Recno database).
padding_byte_value_for_fixed_length_columnsThe padding byte value for fixed-length records.
levelsNumber of levels in the underlying database corresponding to the outline paging section.
internal_pagesNumber of internal pages in the underlying database.
leaf_pagesNumber of leaf pages in the underlying database.
duplicate_pagesNumber of duplicate pages in the underlying database.
overflow_pagesNumber of overflow pages in the underlying database.
pages_on_free_listNumber of pages on the free list in the underlying database.
bytes_free_in_internal_pagesNumber of bytes free in internal pages of the underlying database.
bytes_free_in_leaf_pagesNumber of bytes free in leaf pages of the underlying database.
bytes_free_in_duplicate_pagesNumber of bytes free in duplicate pages of the underlying database.
bytes_free_in_overflow_pagesNumber of bytes free in overflow pages of the underlying database.