Segment |
Create the index on a default or system
segment.
|
Max Row Per Page |
Specify the maximum rows of data allowed on each data page.
Valid values are 0 – 255. The default is 0.
|
Reserve Page Gap |
Specify the ratio of filled pages to empty pages left
during extent I/O allocation operations. For each specified num_pages, an empty
page is left for future expansion of the table. Valid values are 0 – 255.
|
Identity Gap |
Specify a value to override the system identity gap for
this table.
|
Fill Factor |
Specify the value that determines how full Adaptive Server
makes each index page when it is creating a new index of existing
data. |
Replacement Strategy |
Specify the replacement strategy to fetch and discard
buffers in cache for table scans and index scans for I/O of any size. |
Prefetch Strategy |
Set the prefetch strategy for data pages of a table or on
the leaf-level pages of a nonclustered index. |
Locking Schema |
Specify the locking schema to be used for the table:
- All Pages
- Data Rows
- Data Pages
|
Expected Row Size |
Specify the expected row size and applies only to data rows
and data pages locking schemes, and only to tables with variable-length rows.
Valid values are 0, 1, and any value between the minimum and maximum row length
for the table.
|