网站首页  词典首页

请输入您要查询的英文单词:

 

单词 nonclustered
释义

nonclustered

  • 网络非聚集索引;非丛集;非聚簇
1.
非聚集索引
非聚集索引(NONCLUSTERED):表中各行的物理顺序与键值的逻辑(索引)顺序不匹配,表中可以有249个非聚集索引 3.创建 …
www.cnblogs.com
2.
非丛集
2.若建立索引时未指令为丛集或非丛集时,预设为建立非丛集(NONClustered)索引。3.若此资料表具有主索引键(Primary key), …
kirby86a.pixnet.net
3.
非聚簇
类型: 聚簇(Clustered)索引、非聚簇(Nonclustered)索引和唯一索 引。 聚簇索引:表中数据与索引存储在相邻物理空间,且表中 …
www.docin.com
4.
非簇索引
? 非簇索引(nonclustered)—非簇索引与簇索引按完全不同的结构对数据排序。非簇索引有一个索引键值与行中的值相关联,这 …
www.itzk.com
5.
非聚集索引关键字
...设为主键primary key后再添加索引 要包括非聚集索引关键字nonclustered)或聚集索引(clustered)这样: PK_t_employe…
pepe.cnblogs.com
6.
非簇表
簇表(clustered)内的行需要存储与非簇表nonclustered)行相同的信息。除此之外,簇表内各行还需要存储其所属的簇键(…
www.zw1840.com
7.
创建非聚集索引
lib.hackbase.com

例句

释义:
1.
Note that this value does not include the leaf level of the nonclustered index.
请注意,此值不包括叶级非聚集索引。
technet.microsoft.com
2.
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。
technet.microsoft.com
3.
When a nonclustered index is not disabled, the rebuild operation requires enough temporary disk space to store both the old and new index.
如果未禁用非聚集索引,则重新生成操作要求有足够的临时磁盘空间来存储旧索引和新索引。
msdn2.microsoft.com
4.
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(默认设置)。
technet.microsoft.com
5.
This allows the storage engine to retrieve data rows from the underlying table before it has completed the scan of the nonclustered index.
这可以使存储引擎在完成非聚集索引的扫描之前从基础表中检索数据行。
msdn2.microsoft.com
6.
A nonclustered index can be converted to a clustered index type by specifying CLUSTERED in the index definition.
通过在索引定义中指定CLUSTERED,可以将非聚集索引转换成聚集索引类型。
msdn2.microsoft.com
7.
Nonclustered indexes do not have to be scanned to validate the base table.
不必扫描非聚集索引就可验证基表。
msdn2.microsoft.com
8.
Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.
重新设计索引键大小较大的非聚集索引,以便只有用于搜索和查找的列为键列。
msdn2.microsoft.com
9.
ON option so the DROP INDEX transaction does not block queries and modifications to the underlying data and associated nonclustered indexes.
ON选项,这样DROPINDEX事务就不会阻塞对基础数据和相关的非聚集索引的查询和修改。
msdn2.microsoft.com
10.
Specifies the error response to duplicate key values in a multiple-row insert operation on a unique clustered or unique nonclustered index.
指定对唯一聚集索引或唯一非聚集索引执行多行插入操作时出现重复键值的错误响应。
msdn2.microsoft.com
1.
An administrator wants to determine the performance impact of adding a nonclustered index to a table.
管理员要确定向表中添加非聚集索引对性能的影响。
msdn2.microsoft.com
2.
Therefore, even if the nonclustered indexes were previously aligned with the clustered index, they may no longer be aligned with the heap.
因此,即使非聚集索引以前与聚集索引对,它们也可能不再与堆对。
msdn2.microsoft.com
3.
A nonclustered index can be defined on a table or view with a clustered index or on a heap.
既可以使用聚集索引来为表或视图定义非聚集索引,也可以根据堆来定义非聚集索引。
msdn2.microsoft.com
4.
The bottom level of a clustered or nonclustered index.
聚集索引或非聚集索引的底层。
technet.microsoft.com
5.
These physical performance structures include clustered indexes, nonclustered indexes, indexed views, and partitioning.
这些物理性能结构包括聚集索引、非聚集索引、索引视图和分区。
msdn2.microsoft.com
6.
Existing nonclustered indexes and XML indexes associated with the table are automatically disabled and cannot be accessed.
与表相关的现有非聚集索引和XML索引都自动禁用,因此无法访问。
msdn2.microsoft.com
7.
Create nonclustered indexes on all columns that are frequently used in predicates and join conditions in queries.
为经常用于查询中的谓词和联接条件的所有列创建非聚集索引。
technet.microsoft.com
8.
The process of determining disk space requirements for unique indexes is the same as that of clustered and nonclustered indexes.
确定唯一索引的磁盘空间需求的过程与聚集索引和非聚集索引相同。
msdn2.microsoft.com
9.
Rebuilding a clustered index does not rebuild associated nonclustered indexes unless the keyword ALL is specified.
重新生成聚集索引并不重新生成关联的非聚集索引,除非指定了关键字ALL。
msdn2.microsoft.com
10.
All indexing options that apply to a nonclustered index, except IGNORE_DUP_KEY and ONLINE, are permitted on secondary XML indexes.
除了IGNORE_DUP_KEY和ONLINE之外,允许对辅助XML索引使用所有适用于非聚集索引的索引选项。
technet.microsoft.com
1.
Physical design structures include clustered indexes, nonclustered indexes, indexed views, and partitioning.
物理设计结构包括聚集索引、非聚集索引、索引视图和分区。
msdn2.microsoft.com
2.
Added unique nonclustered indexes to the list of indexes that cannot be created online.
向无法在线创建的索引列表中添加了唯一非聚集索引。
technet.microsoft.com
3.
The following example creates a unique nonclustered index on the Name column of the Production. UnitMeasure table.
以下示例为Production.UnitMeasure表的Name列创建唯一的非聚集索引。
technet.microsoft.com
4.
Rebuilding the clustered index on a view does not automatically enable nonclustered indexes on the view.
重新生成视图的聚集索引不会自动启用视图的非聚集索引。
msdn2.microsoft.com
5.
CLUSTERED and NONCLUSTERED cannot be specified for CLR table-valued functions.
不能为CLR表值函数指定CLUSTERED和NONCLUSTERED。
msdn2.microsoft.com
6.
The leaf rows of a nonclustered index contain pointers to the data rows that contain each specific key value.
非聚集索引的叶级行包含指针,指向含有每个特定键值的数据行。
msdn2.microsoft.com
7.
Columns that are not part of the index key can be included in nonclustered indexes.
可以将不属于索引键的列包含在非聚集索引中。
msdn2.microsoft.com
8.
That is, all page locks are disallowed on the nonclustered indexes.
也就是说,对非聚集索引禁用所有页锁。
msdn2.microsoft.com
9.
Generally, nonclustered indexes are created to improve the performance of frequently used queries not covered by the clustered index.
通常,创建非聚集索引是为了提高聚集索引未包含的常用查询的性能。
msdn2.microsoft.com
10.
Conversion from clustered to nonclustered is not supported regardless of the ONLINE setting.
不管将ONLINE设置成什么,都不支持从聚集索引到非聚集索引的转换。
msdn2.microsoft.com
1.
Online processing allows concurrent user access to the underlying data and to nonclustered indexes during the index operation.
在线处理使并发用户可以在索引操作期间访问基础数据和非聚集索引。
msdn2.microsoft.com
2.
Unique nonclustered indexes cannot be created online.
不能在线创建唯一的非聚集索引。
msdn2.microsoft.com
3.
In this case, one table is a heap with no indexes, and the other table is a heap with a nonclustered index.
在此示例中,一个表为没有索引的堆,另一个表为具有非聚集索引的堆。
msdn2.microsoft.com
4.
A unique clustered index must be created on a view before any nonclustered index is created.
必须先为视图创建唯一的聚集索引,才能为该视图创建非聚集索引。
msdn2.microsoft.com
5.
Calculate the space used to store index information in the nonleaf levels of the nonclustered index.
计算用于存储非聚集索引的非叶级中的索引信息的空间。
technet.microsoft.com
6.
Nonclustered indexes defined with LOB data type columns must be created or rebuilt offline.
使用LOB数据类型列定义的非聚集索引必须脱机创建或重新生成。
msdn2.microsoft.com
7.
When a nonclustered index is disabled, the index data rows are deleted, but the index definition remains in metadata.
禁用非聚集索引后,将删除索引数据行,但索引定义仍在元数据中。
msdn2.microsoft.com
8.
Calculate the space used to store index information in the leaf level of the nonclustered index.
计算用于存储非聚集索引的叶级中的索引信息的空间。
technet.microsoft.com
9.
Specifies that nonclustered indexes for user tables should not be checked.
指定不检查用户表的非聚集索引。
msdn2.microsoft.com
10.
Unless a clustered index is explicitly specified, a unique, nonclustered index is created by default to enforce the UNIQUE constraint.
除非显式指定了聚集索引,否则,默认情况下将创建唯一的非聚集索引以强制执行UNIQUE约束。
technet.microsoft.com
1.
Nonclustered indexes must be explicitly enabled, unless the clustered index was enabled by using the ALTER INDEX ALL REBUILD statement.
除非使用ALTERINDEXALLREBUILD语句启用了聚集索引,否则必须显式启用非聚集索引。
msdn2.microsoft.com
2.
Nonclustered or clustered index on the Name column.
Name列的非聚集或聚集索引。
technet.microsoft.com
3.
If the nonclustered index is over a clustered index, the data row locator is the clustering key.
如果非聚集索引在聚集索引之上,则数据行定位符是聚集键。
technet.microsoft.com
4.
Nonclustered indexes on an indexed view are aligned with the indexed view.
索引视图中的非聚集索引与索引视图对齐。
msdn2.microsoft.com
5.
The default storage size does not include nonclustered indexes and indexed views.
默认存储大小不包括非聚集索引和索引视图。
msdn2.microsoft.com
6.
Provides guidance on improving the performance of bulk copy operations when the target table contains clustered and nonclustered indexes.
说明在目标表包含聚集和非聚集索引时如何提高大容量复制操作的性能。
technet.microsoft.com
7.
Multiple unique nonclustered indexes can be defined on a table.
可以为一个表定义多个唯一非聚集索引。
msdn2.microsoft.com
8.
Each index row in the nonclustered index contains the nonclustered key value and a row locator .
该索引包含指向表数据存储位置的行定位符。
www.bing.com
9.
After a unique clustered index has been created on a view, nonclustered indexes can be created.
对视图创建唯一的聚集索引后,便可以创建非聚集索引。
msdn2.microsoft.com
10.
The base table structure is not dependent on the structure of a nonclustered index.
基表结构依赖于非聚集索引的结构。
msdn2.microsoft.com
1.
Nonclustered indexes are automatically disabled when the associated clustered index is disabled.
相关联的聚集索引处于禁用状态时,会自动禁用非聚集索引。
msdn2.microsoft.com
2.
Disabling a nonclustered index or clustered index on a view physically deletes the index data.
对视图禁用非聚集索引或聚集索引会以物理方式删除索引数据。
technet.microsoft.com
3.
The difference is that nonclustered indexes do not affect the order of the data rows.
不同的是,非聚集索引不影响数据行的顺序。
technet.microsoft.com
4.
This also applies to nonclustered index leaf rows that have included columns.
这也适用于具有包含性列的非聚集索引叶行。
technet.microsoft.com
5.
ON is not valid for indexed views, nonclustered indexes or indexes on local temp tables.
ON对于索引视图、非聚集索引或本地临时表的索引无效。
msdn2.microsoft.com
6.
When AllowRowLocks or DisAllowRowLocks are set to TRUE or FALSE, the setting is applied to the heap and any associated nonclustered indexes.
如果将AllowRowLocks或DisAllowRowLocks设置为TRUE或FALSE,则设置应用于堆以及任何关联的非聚集索引。
msdn2.microsoft.com
7.
If the nonclustered index is on the primary key, any active, referencing FOREIGN KEY constraints will automatically be disabled.
如果非聚集索引在主键上,将自动禁用引用FOREIGNKEY的任何活动约束。
msdn2.microsoft.com
8.
Alternatively, clustered and nonclustered indexes can use a partition scheme across multiple filegroups.
或者,聚集索引和非聚集索引也可以使用跨越多个文件组的分区方案。
msdn2.microsoft.com
9.
Added a note in the definition of the ONLINE option about unique nonclustered indexes.
在ONLINE选项的定义中添加了有关唯一非聚集索引的说明。
msdn2.microsoft.com
10.
If the nonclustered index is over a heap, the data row locator is the heap RID.
如果非聚集索引在堆上,则数据行定位符是堆RID。
technet.microsoft.com
1.
By default, this index is clustered; however, you can specify a nonclustered index when you create the constraint.
默认情况下,此索引是聚集索引,但是在创建约束时,可以指定创建非聚集索引。
msdn2.microsoft.com
2.
By default, a nonclustered index is created if clustered is not specified.
默认情况下,如果未指定聚集,将创建非聚集索引。
technet.microsoft.com
3.
Create the clustered index before creating any nonclustered indexes.
在创建任何非聚集索引之前创建聚集索引。
technet.microsoft.com
4.
When ALL is specified, relational indexes, both clustered and nonclustered, and XML indexes on the table are reorganized.
如果指定ALL,将重新组织表中的关系索引(包括聚集索引和非聚集索引)和XML索引。
technet.microsoft.com
5.
If CLUSTERED is not specified, a nonclustered index is created.
如果没有指定CLUSTERED,则创建非聚集索引。
msdn2.microsoft.com
6.
The index data rows for the clustered and nonclustered indexes are deleted.
聚集索引和非聚集索引的索引数据行均被删除。
msdn2.microsoft.com
7.
Disabling a nonclustered index physically deletes the index data.
禁用非聚集索引将物理删除索引数据。
msdn2.microsoft.com
8.
These additional columns are only stored at the leaf level of the nonclustered index.
这些额外的列只存储在叶级非聚集索引。
technet.microsoft.com
9.
Clustered or nonclustered index on the column or columns defined in the constraint.
约束中定义的列的聚集索引或非聚集索引。
technet.microsoft.com
10.
Index type (CLUSTERED or NONCLUSTERED) not specified.
(聚集或非聚集)索引类型未指定
www.infoq.com
1.
After the unique clustered index has been created, you can create additional nonclustered indexes.
创建唯一聚集索引后,可以创建其他非聚集索引。
technet.microsoft.com
2.
You can create multiple nonclustered indexes on a table or indexed view.
可以对表或索引视图创建多个非聚集索引。
msdn2.microsoft.com
3.
By default, a nonclustered, nonunique index is created if the clustered or unique options are not specified.
默认情况下,如果未指定聚集或唯一选项,将创建非聚集的非唯一索引。
technet.microsoft.com
4.
If a clustered constraint or index already exists on a table, PRIMARY KEY constraints default to NONCLUSTERED.
如果表中已存在聚集约束或索引,则PRIMARYKEY约束默认为NONCLUSTERED。
msdn2.microsoft.com
5.
MOVE TO is not valid for indexed views or nonclustered indexes.
MOVETO对索引视图或非聚集索引无效。
msdn2.microsoft.com
6.
Disabling a clustered index on a view also disables any nonclustered indexes on that view.
禁用视图的聚集索引也会禁用该视图的所有非聚集索引。
msdn2.microsoft.com
7.
Nonclustered or clustered index on the sorted or aggregated column.
排序列或聚合列的非聚集索引或聚集索引。
technet.microsoft.com
8.
Nonclustered indexes that are disabled are exempt from this requirement.
禁用的非聚集索引没有此要求。
msdn2.microsoft.com
9.
Includes nonclustered indexes created by PRIMARY KEY or UNIQUE constraints, but not XML indexes.
包括使用PRIMARYKEY或UNIQUE约束创建的非聚集索引,但不包括XML索引。
technet.microsoft.com
10.
The storage engine uses prefetching to speed base table lookups from nonclustered indexes.
存储引擎使用预提取加快非聚集索引的基表查找。
msdn2.microsoft.com
1.
Specifies that a clustered or nonclustered index is created for the PRIMARY KEY or UNIQUE constraint.
指定为PRIMARYKEY或UNIQUE约束创建聚集或非聚集索引。
msdn2.microsoft.com
2.
Unique nonclustered indexes can now be created online.
现在,可以联机创建唯一的非聚集索引。
msdn2.microsoft.com
3.
An offline index operation that creates a nonclustered index acquires a Shared (S) lock on the table.
创建非聚集索引的脱机索引操作将对表获取共享(S)锁。
technet.microsoft.com
4.
Nonclustered indexes not resident on the specified filegroup are not checked.
不会检查未驻留在指定文件组上的非聚集索引。
technet.microsoft.com
5.
If a nonclustered index is being rebuilt, a shared lock is held on the table in question for the duration of the operation.
如果重新生成了非聚集索引,则在该操作的持续时间内,相关表持有共享锁。
technet.microsoft.com
6.
All clustered and nonclustered indexes on views that reference the table are disabled.
引用表的视图的所有聚集索引和非聚集索引都被禁用。
msdn2.microsoft.com
7.
Clustered or nonclustered index on the ProductModelID column.
ProductModelID列的聚集索引或非聚集索引。
technet.microsoft.com
8.
You can also consider partitioning clustered and nonclustered indexes across multiple filegroups.
还可以考虑在多个文件组中对聚集和非聚集索引分区。
technet.microsoft.com
9.
The following example creates a nonclustered index on the VendorID column of the Purchasing. ProductVendor table.
以下示例为Purchasing.ProductVendor表的VendorID列创建非聚集索引。
technet.microsoft.com
10.
In this case, the table in Node 1 is a heap with no indexes, and the table in Node 2 is a heap with a nonclustered index.
在此示例中,节点1中的表为没有索引的堆,节点2中的表为具有非聚集索引的堆。
msdn2.microsoft.com
1.
Put heavily accessed tables and the nonclustered indexes that belong to those tables on different filegroups.
将最常访问的表和属于这些表的非聚集索引置于不同的文件组中。
technet.microsoft.com
2.
The nonclustered index if the pages are nonclustered index pages.
非聚集索引,如果页是非聚集索引页。
msdn2.microsoft.com
3.
In earlier versions of SQL Server, you could sometimes rebuild a nonclustered index to correct inconsistencies caused by hardware failures.
在早期版本的SQLServer中,您有时可以重新生成非聚集索引来更正由硬件故障导致的不一致。
technet.microsoft.com
4.
Indicate that a clustered or a nonclustered index is created for the PRIMARY KEY or UNIQUE constraint.
指示为PRIMARYKEY或UNIQUE约束创建聚集索引还是非聚集索引。
msdn2.microsoft.com
5.
The maximum number of indexes in the table hint is 250 nonclustered indexes.
表提示中的最大索引数为250个非聚集索引。
msdn2.microsoft.com
6.
Nonclustered indexes have a structure separate from the data rows.
非聚集索引具有独立于数据行的结构。
msdn2.microsoft.com
7.
Nonclustered indexes have a B-tree index structure similar to the one in clustered indexes.
非聚集索引与聚集索引有一个相似的B树索引结构。
msdn2.microsoft.com
8.
You can rebuild a disabled nonclustered index online when the table does not have a disabled clustered index.
表中没有已禁用的聚集索引时,可以联机重新生成已禁用的非聚集索引。
msdn2.microsoft.com
9.
SQL Server supports clustered and nonclustered indexes.
SQLServer支持聚集索引和非聚集索引。
technet.microsoft.com
10.
Corrected the Remarks section for nonclustered indexes on separate filegroups to reflect SQL Server 2005 behavior.
针对单独文件组的非聚集索引更改了“备注”部分以反映SQLServer2005行为。
technet.microsoft.com
1.
In earlier versions of SQL Server, the nonclustered index and the base table in the other filegroup are checked.
在早期版本的SQLServer中,会检查其他文件组中的非聚集索引和基表。
technet.microsoft.com
2.
The following methods can be used to rebuild clustered and nonclustered indexes
可以使用下列方法重新生成聚集索引和非聚集索引
msdn2.microsoft.com
3.
When you design nonclustered indexes with included columns consider the following guidelines
设计带有包含性列的非聚集索引时,请考虑下列准则
msdn2.microsoft.com
4.
Nonclustered indexes that are defined with LOB data type columns
使用LOB数据类型列定义的非聚集索引
msdn2.microsoft.com
5.
Nonclustered index on an indexed view
索引视图的非聚集索引
technet.microsoft.com
6.
Clustered and two nonclustered indexes
有聚集索引和两个非聚集索引
msdn2.microsoft.com
7.
all clustered and nonclustered indexes on tables
表中的所有聚集索引和非聚集索引
www.ichacha.net
8.
Each nonclustered index created for a table or a view has a row in
为表或视图创建的每个非聚集索引在
msdn2.microsoft.com
9.
A heap with LOB data and no nonclustered indexes, and;
具有LOB数据但没有非聚集索引的堆;
msdn2.microsoft.com
10.
You can use the following steps to estimate the amount of space that is required to store a nonclustered index
可使用下列步骤估计存储非聚集索引所需的空间大小
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/27 18:39:07