Table of Contents
SHOW STATUS OF FIELD
This command shows statistic parameters of the specified Field.
Syntax
SHOW STATUS {OF|FOR} {FIELD|COLUMN} table_name.field_name
Result Columns
fld_name
The name of STATUS parameter.
fld_value
The value of STATUS parameter.
fld_level
The level of STATUS parameter.
STATUS PARAMETERS
FIND INDEXED
The count of searches that use index of the field.
FIND NOT INDEXED
The count of searches that not use index of the field.
FIND NULLS
The count of searches FindNulls().
READ VALUE
The count of reads from the field.
WRITE VALUE
The count of writes to the field.