Interpreting Results - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Validating your database

Interpreting results

394
The procedure produces a very long list of statistics about your database.
Statistics are listed first for the Main IQ Store, then for Temporary Store. For
each store, you see three types of statistics:
Dynamic statistics. These are cumulative counts from the time the
database server was started, and vary each time you run the procedure.
Examples include buffer manager statistics. You can also obtain these
statistics by running the stored procedure
Size statistics. These report on space used by various database objects.
Orphaned blocks. These are the key statistics to look for. They always
have an asterisk next to them so you can find them easily. Orphaned block
statistics are described in the table below. If you see a non-zero value for
any of these statistics, your database likely has a serious consistency
problem. (You also see a non-zero value if other users are active while
is run; see "Concurrency issues for sp_iqcheckdb" below.)
sp_iqcheckdb
Orphaned block statistic
NDBBlocksDupOwned
NDBBlocksUnOwned
NDBBlocksOwnedButNE
NDB1stDupOwnedBlock
NDB1stUnOwnedBlock
NDB1stOwnedButNEBlock
NDBBlockCountMismatch
The following figure shows an excerpt from
sample database. You can see the key statistics designated by asterisks.
sp_iqcommandstats
Meaning
More than one table claims ownership
of the same page
No table owns the pages, but the free
list says these pages are free
A table claims to own these pages, but
the free list says they are available
(you will never see a non-zero value
for this statistic)
First orphaned block of this type
First orphaned block of this type
First orphaned block of this type
Sum of NDBBlocksDupOwned,
NDBBlocksUnOwned,
NDBBlocksOwnedButNE
output for the
sp_iqcheckdb
.

Advertisement

Table of Contents
loading

Table of Contents