background image
<< NO_QUALIFIED_ROWS | SYSXPLAIN_SORT_PROPS system table >>

SCAN_QUALIFIERS

<< NO_QUALIFIED_ROWS | SYSXPLAIN_SORT_PROPS system table >>
Derby Reference Manual
254
Column Name
Type
Length
Nullable
Contents
The typical height of a
BTREE is 2-4; BTREE
heights larger than
this should only be
seen with very large
indexes. A tree with
one page has a height
of 1. Total number of
pages visited in a scan
of a BTREE should be
(BTREE_HEIGHT - 1 +
NO_VISITED_PAGES).
For an extremely small
BTREE, the btree
height may be negative
(-1). For other types of
scans, this column is
NULL.
FETCH_SIZE
INTEGER
10
true
The number of pages
fetched at a time when
the scan is retrieving
pages from disk.
START_POSITION
VARCHAR
32,672
true
For index and
constraint scans, a
textual representation
of the operator, if any,
which was used to
position the beginning
of the index/constraint
scan.
STOP_POSITION
VARCHAR
32,672
true
For index and
constraint scans, a
textual representation
of the operator, if any,
which was used to
position the end of the
index/constraint scan.
SCAN_QUALIFIERS
VARCHAR
32,672
true
If the query specified
values which are to
be used to limit the
rows that are scanned,
information about those
values is captured in
this column.
NEXT_QUALIFIERS
VARCHAR
32,672
true
If the query specified
values which are to
be used to limit the
rows that are scanned,
information about those
values is captured in
this column.