Use the SQL Server View Index Editor to define view indexes in a SQL Server physical model.
To define a view index in SQL Server
The SQL Server View Index Editor opens.
Note: Click New on the toolbar to create either a new unique (alternate key, or AK) or non-unique (inverted entry, or IE) index. Use the Enter filter text box to filter a very large list of indexes to quickly locate the one that you want to define.
Specifies the name of the index. Change the name of the index in this field.
Displays key designation of the index.
Specifies whether to disable the view index in the database. If the view index is disabled, it does not collect data. When it is not disabled, the view index is active. Select the disabled value from the drop-down list.
Specifies if the index is unique or non-unique. Select the check box if it is a unique index.
Specifies whether the index should be suppressed from a logical model and appear in a physical model only.
Specifies whether the index is clustered or nonclustered.
Defines the index name when you have specified to generate it as a constraint.
Specifies the rows of the table that are included in the index.
Lists the columns defined to the view and lets you specify the columns to place into the index. You can use the toolbar to specify sort order, move columns up or down in the list, invoke the Column Editor to manage column properties, or open the Reset Order dialog to reset column order.
Specifies other non-key columns to include in the index. These columns are not part of the index but are stored along with the index columns in the index data area for fast retrieval. This optimizes retrieval speed because a read of this column is satisfied from the index data area, without accessing the row from the row data area. You can use the toolbar to specify sort order, move columns up or down in the list, or invoke the Column Editor to manage column properties.
The view index is defined and the SQL Server View Index Editor closes.
Define Options for a SQL Server View Index
Use the SQL Server View Index Editor to define advanced options for view indexes in a SQL Server physical model.
To define options for a view index in SQL Server
The SQL Server View Index Editor opens.
Note: Use the Enter filter text box to filter a very large list of indexes to quickly locate the one for which you want to define options.
Specifies the fill factor property for the current index type. Enter a value in the field.
Specifies the pad index value for the current index type. Select the option from the drop-down.
Specifies the sort in temporary database value for the current index type. Select the option from the drop-down.
Specifies the no recompute value for the current index type. Select the option from the drop-down.
Specifies whether to use the drop existing option. Select the option using the check box.
Specifies the allow row locks value for the current index type. Select the option from the drop-down.
Specifies the allow page locks value for the current index type. Select the option from the drop-down.
Specifies the maximum parallel property for the current index type. Enter a value in the field.
Specifies the ignore duplicate keys value for the current index type. Select the option from the drop-down.
Specifies the online value for the current index type. Select the option from the drop-down.
Specifies the file group to which the index belongs. Select a file group from the drop-down.
Specifies the partition scheme used to store filestream data for a partitioned index.
Specifies the filegroup utilized to store filestream data for a non-partitioned index.
Options are defined for the view index and the SQL Server View Index Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|