Define a Partition for a SQL Server View Index
Use the SQL Server View Index Editor to define a partition for a view index in either a SQL Server 2008, 2012, 2014 or 2016 physical model. You need a column to partition the index on, a scheme to determine where the partition resides, and a partition function to define the boundary of the partition.
To define a partition for a SQL Server view index
- Right-click a view index in the Model Explorer and click Properties.
The SQL Server View Index Editor opens.
- Select the view from the View drop-down that contains the index for which you want to define a partition.
- Select the index in the Navigation Grid for which you want to define a partition.
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 a partition.
- Click the Partitions tab and work with the following options:
- Partition Column
Specifies the column upon which to partition the view index. Select the check box to specify the column.
- Scheme
Specifies the scheme that defines the partition boundaries and the filegroups in which the partition resides. The Scheme '<index_name>' Filegroups field displays the scheme's partition boundary and the list of filegroups to store the partitions.
- Click Close.
The partition is defined and the SQL Server View Index Editor closes.
Copyright © 2018 erwin, Inc.
All rights reserved.
|
|