비클러스터형 인덱스 영어 뜻 - 영어 번역

non-clustered indexes
비클러스터형 인덱스
nonclustered index
nonclustered indexes
the nonclustered index
a nonclustered index
클러스터형 인덱스

한국어에서 비클러스터형 인덱스 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
비클러스터형 인덱스는 다음과 같은 범위 조회의 경우 더욱 빠릅니다.
Nonclustered indexes are faster for range lookups such as.
한 테이블에 고유 비클러스터형 인덱스를 여러 개 정의할 수 있습니다.
There can multiple non-clustered indexes on a single table.
고유 비클러스터형 인덱스에는 키가 아닌 포괄 열이 포함될 수 있습니다.
A unique nonclustered index can contain included nonkey columns.
이는 클러스터형 인덱스 또는 비클러스터형 인덱스일 수 있습니다.
This could be either a clustered or non-clustered index.
비클러스터형 인덱스를 만들기 전에 항상 클러스터형 인덱스를 만듭니다.
Create clustered index before creating a nonclustered index..
클러스터형 인덱스비클러스터형 인덱스 모두 고유 인덱스가 될 수 있습니다.
Both clustered and non-clustered indexes can be unique.
비클러스터형 인덱스는 고유하거나 고유하지 않을 수 있습니다. The nonclustered index can be unique or non-unique.
Clustered indexes can be created as unique or non-unique.
클러스터형 인덱스비클러스터형 인덱스 모두 고유 인덱스가 될 수 있습니다. Both clustered and nonclustered indexes can be unique.
Both clustered and non-clustered index can be UNIQUE or NON-UNIQUE.
비클러스터형 인덱스의 구조는 데이터 행으로부터 독립적입니다. Nonclustered indexes have a structure separate from the data rows.
A non-clustered index has a structure separate from the data rows.
클러스터형 인덱스로 구한 키 값은 모든 비클러스터형 인덱스에 의해 조회 키로 사용됩니다. The key values from the clustered index are used by all nonclustered indexes as lookup keys.
The key values from the clustered index are used by all nonclustered indexes as lookup keys.
비클러스터형 인덱스의 구조는 데이터 행으로부터 독립적입니다. Nonclustered indexes have a structure separate from the data rows.
Non-clustered indexes have a structure separate from the data rows.
하지만 클러스터형 인덱스의 데이터로 포함되거나 비클러스터형 인덱스를 만든 경우 INCLUDE 키워드를 사용하여 비클러스터형 인덱스에 명시적으로 추가할 수 있습니다. However, it can be included as data in a clustered index or explicitly added to a nonclustered index by using the INCLUDE keyword when the nonclustered index is created.
However, it can be included as data in a clustered index or explicitly added to a nonclustered index by using the INCLUDE keyword when the nonclustered index is created.
비클러스터형 인덱스의 구조는 데이터 행으로부터 독립적입니다. Nonclustered indexes have a structure separate from the data rows.
Non-clustered indexes have a distinct structure from the data rows.
예를 들어 SORT_IN_TEMPDB 옵션을 사용하여 비클러스터형 인덱스를 만들고 이후에 이 옵션을 지정하지 않고 클러스터형 인덱스를 만드는 경우 데이터베이스 엔진Database Engine 은 비클러스터형 인덱스를 다시 만들 때 이 옵션을 사용하지 않습니다. For example, if you create a nonclustered index using the SORT_IN_TEMPDB option, and at a later time create a clustered index without specifying the option, the 데이터베이스 엔진Database Engine does not use the option when it re-creates the nonclustered index.
For example, if you create a nonclustered index using the SORT_IN_TEMPDB option, and at a later time create a clustered index without specifying the option, the Database Engine does not use the option when it re-creates the nonclustered index..
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Non-clustered indexes have the same B-tree structure as clustered indexes, with two significant differences.
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Nonclustered indexes have a similar B-tree structure as clustered indexes but with the following differences.
비클러스터형 인덱스는 데이터 하위 집합에 적용되는 필터링된 인덱스여야 합니다. Nonclustered indexes should be filtered indexes that are applied to data subsets.
Nonclustered indexes should be filtered indexes that are applied to data subsets.
비클러스터형 인덱스는 다음 쿼리로 예시된 범위 조회에 사용될 때 가장 효과적입니다. Non-clustered indexes are best when used for range lookups, as exemplified by the following query.
Non-clustered indexes are best when used for range lookups, as exemplified by the following query.
비클러스터형 인덱스에서는 데이터 행의 물리적 순서가 인덱싱된 순서와 다릅니다. With a nonclustered index, the physical order of the data rows is independent of their indexed order.
In a non-clustered index, The physical order of the rows is not the same as the index order.
비클러스터형 인덱스의 리프 수준에 키가 아닌 열을 추가하여 비클러스터형 인덱스의 기능을 확장할 수 있습니다. You can extend the functionality of nonclustered indexes by adding nonkey columns to the leaf level of the nonclustered index.
You can extend the functionality of nonclustered indexes by adding nonkey columns to the leaf level of the nonclustered index..
비클러스터형 인덱스의 리프 수준에 키가 아닌 열을 추가하여 비클러스터형 인덱스의 기능을 확장할 수 있습니다. You can extend the functionality of nonclustered indexes by adding nonkey columns to the leaf level of the nonclustered index.
In SQL Server 2005, the functionality of non-clustered indexes is extended by adding non-key columns to the leaf level of the non-clustered index..
비클러스터형 인덱스에는 비클러스터형 인덱스 키 값이 있으며 각 키 값 항목에는 해당 키 값이 포함된 데이터 행에 대한 포인터가 있습니다.A nonclustered index contains the nonclustered index key values and each key value entry has a pointer to the data row that contains the key value.
This type of Index contains the key values known as non clustered index key values and each of this key value has a pointer directed towards the data row containing that particular key value.
비클러스터형 인덱스 항목에는 클러스터링 키와 함께 해당 비클러스터형 인덱스에 대해 정의된 키 열도 포함되기 때문에 동일한 테이블에 정의된 비클러스터형 인덱스가 훨씬 큽니다. Any nonclustered indexes defined on the same table will be significantly larger because the nonclustered index entries contain the clustering key and also the key columns defined for that nonclustered index.
Any nonclustered indexes defined on the same table will be significantly larger because the nonclustered index entries contain the clustering key and also the key columns defined for that nonclustered index..
반면에 비 클러스터형 인덱스는 데이터를 단일 위치에 저장하고 인덱스는 다른 위치에 저장됩니다.
On the other hand, the non-clustered index stores the data at a single place and the indexes are stored at another place.
결과: 24, 시각: 0.0294

단어 번역에 의한 워드

최고 사전 질의

한국어 - 영어