Extent (Index Keyword)
Defines an extent index.
Usage
To specify that this is an extent index, use the following syntax:
Index State [ Extent ];
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Note:
If you are using bitmap indices, then an extent index is automatically maintained and there is no need to define one.
Details
An extent index is used to keep track of which object instances belong to a subclass.
Default
The default for the Extent keyword is false.
See Also
-
“Index Definitions” in this book
-
“Define and Build Indexes” in Defining a High-Performance Schema
-
“Introduction to Compiler Keywords” in Defining and Using Classes