nonclustered

nonclustered

 英

  • 网络非聚集索引;非丛集;非聚簇

例句

Note that this value does not include the leaf level of the nonclustered index.

注意包括聚集索引

If CLUSTERED is specified for a UNIQUE constraint and a PRIMARY KEY constraint is also specified, the PRIMARY KEY uses NONCLUSTERED.

如果UNIQUE约束指定CLUSTERED并且指定PRIMARYKEY约束PRIMARYKEY使用NONCLUSTERED

When a nonclustered index is not disabled, the rebuild operation requires enough temporary disk space to store both the old and new index.

如果禁用聚集索引重新生成操作要求足够临时磁盘空间存储索引索引

When you create a clustered or nonclustered index, the IGNORE_DUP_KEY option must be set to OFF (the default setting).

创建聚集索引聚集索引,IGNORE_DUP_KEY选项必须设置OFF默认设置)。

This allows the storage engine to retrieve data rows from the underlying table before it has completed the scan of the nonclustered index.

可以使存储引擎完成聚集索引扫描之前基础检索数据

A nonclustered index can be converted to a clustered index type by specifying CLUSTERED in the index definition.

通过索引定义指定CLUSTERED可以聚集索引转换聚集索引类型

Nonclustered indexes do not have to be scanned to validate the base table.

不必扫描聚集索引验证

Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.

重新设计索引大小较大聚集索引以便只有用于搜索查找列为

ON option so the DROP INDEX transaction does not block queries and modifications to the underlying data and associated nonclustered indexes.

ON选项这样DROPINDEX事务不会阻塞基础数据相关聚集索引查询修改

Specifies the error response to duplicate key values in a multiple-row insert operation on a unique clustered or unique nonclustered index.

指定唯一聚集索引唯一聚集索引执行插入操作出现重复错误响应

An administrator wants to determine the performance impact of adding a nonclustered index to a table.

管理员确定添加聚集索引性能影响

Therefore, even if the nonclustered indexes were previously aligned with the clustered index, they may no longer be aligned with the heap.

因此即使聚集索引以前聚集索引它们可能不再

A nonclustered index can be defined on a table or view with a clustered index or on a heap.

可以使用聚集索引视图定义聚集索引可以根据定义聚集索引

The bottom level of a clustered or nonclustered index.

聚集索引聚集索引底层

These physical performance structures include clustered indexes, nonclustered indexes, indexed views, and partitioning.

这些物理性能结构包括聚集索引聚集索引索引视图分区

Existing nonclustered indexes and XML indexes associated with the table are automatically disabled and cannot be accessed.

相关现有聚集索引XML索引自动禁用因此无法访问

Create nonclustered indexes on all columns that are frequently used in predicates and join conditions in queries.

经常用于查询谓词联接条件所有创建聚集索引

The process of determining disk space requirements for unique indexes is the same as that of clustered and nonclustered indexes.

确定唯一索引磁盘空间需求过程聚集索引聚集索引相同

Rebuilding a clustered index does not rebuild associated nonclustered indexes unless the keyword ALL is specified.

重新生成聚集索引并不重新生成关联聚集索引除非指定关键字ALL

All indexing options that apply to a nonclustered index, except IGNORE_DUP_KEY and ONLINE, are permitted on secondary XML indexes.

除了IGNORE_DUP_KEYONLINE之外允许辅助XML索引使用所有适用聚集索引索引选项

Physical design structures include clustered indexes, nonclustered indexes, indexed views, and partitioning.

物理设计结构包括聚集索引聚集索引索引视图分区

Added unique nonclustered indexes to the list of indexes that cannot be created online.

无法在线创建索引列表添加唯一聚集索引

The following example creates a unique nonclustered index on the Name column of the Production. UnitMeasure table.

以下示例Production.UnitMeasureName创建唯一聚集索引

Rebuilding the clustered index on a view does not automatically enable nonclustered indexes on the view.

重新生成视图聚集索引不会自动启用视图聚集索引

CLUSTERED and NONCLUSTERED cannot be specified for CLR table-valued functions.

不能CLR函数指定CLUSTEREDNONCLUSTERED

The leaf rows of a nonclustered index contain pointers to the data rows that contain each specific key value.

聚集索引包含指针指向含有每个特定数据

Columns that are not part of the index key can be included in nonclustered indexes.

可以属于索引包含聚集索引

That is, all page locks are disallowed on the nonclustered indexes.

也就是说聚集索引禁用所有

Generally, nonclustered indexes are created to improve the performance of frequently used queries not covered by the clustered index.

通常创建聚集索引为了提高聚集索引包含常用查询性能

Conversion from clustered to nonclustered is not supported regardless of the ONLINE setting.

不管ONLINE设置什么支持聚集索引聚集索引转换

Online processing allows concurrent user access to the underlying data and to nonclustered indexes during the index operation.

在线处理使并发用户可以索引操作期间访问基础数据聚集索引

Unique nonclustered indexes cannot be created online.

不能在线创建唯一聚集索引

In this case, one table is a heap with no indexes, and the other table is a heap with a nonclustered index.

在此示例一个没有索引另一个具有聚集索引

A unique clustered index must be created on a view before any nonclustered index is created.

必须视图创建唯一聚集索引才能视图创建聚集索引

Calculate the space used to store index information in the nonleaf levels of the nonclustered index.

计算用于存储聚集索引索引信息空间

Nonclustered indexes defined with LOB data type columns must be created or rebuilt offline.

使用LOB数据类型定义聚集索引必须脱机创建重新生成

When a nonclustered index is disabled, the index data rows are deleted, but the index definition remains in metadata.

禁用聚集索引删除索引数据索引定义数据

Calculate the space used to store index information in the leaf level of the nonclustered index.

计算用于存储聚集索引索引信息空间

Specifies that nonclustered indexes for user tables should not be checked.

指定检查用户聚集索引

Unless a clustered index is explicitly specified, a unique, nonclustered index is created by default to enforce the UNIQUE constraint.

除非显式指定聚集索引否则默认情况创建唯一聚集索引强制执行UNIQUE约束

热门查询