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約束

熱門查詢