This tab has the following components:
Name Shows the name of the index. You can edit this field.
Type Shows the type of object. The object type can be foreign key index, primary key index, unique constraint index, or index.
Unique Shows whether values in the index must be unique. The unique value is set when you create a new index.
Table Shows the name and owner of the table with which the index is associated. This only appears if the index is on a table.
Materialized view Shows the name and owner of the materialized view with which the index is associated. This only appears if the index is on a materialized view.
Dbspace Shows the database file, or dbspace, where the index is located. This only applies to indexes on base tables and materialized views.
Clustered Shows whether this index is a clustered index. Clustered indexes are supported for SQL Anywhere databases that are version 8.0.2 and later.
Clustered indexes in SQL Anywhere store the table rows in approximately the same order as they appear in the corresponding index. Using a clustered index can lead to performance benefits by reducing the number of times each page needs to be read into memory. Only one index on a table can be a clustered index.
Set Clustered Index Now Opens the Set Clustered Index window where you can specify that this index is a clustered index.
Format Indicates that the store type of index the table has is compressed B-tree.
Comment Provides a place for you to type a text description of the index. For example, you could use this area to describe the index's purpose in the system.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |