|
Previous: table.projection.column
Next: table.index.column
table.index
Andromeda by default builds indexes on all primary keys and foreign keys. A primary key is also a unique constraint. You can use the table.index definition to create additional indexes on frequently-referenced columns or column combinations. Example
!< Propertiesindex index_id. The first line of a table.index definition begins with the keyword 'index', a space, and then an index name that is unique within this table, (index_id) followed by a colon. idx_unique. If set to Y, the index will also become a unique constraint.
Previous: table.projection.column
Next: table.index.column
|
