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

nonclustered index
the nonclustered index
a nonclustered index
클러스터형 인덱스

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
클러스터형 인덱스를 삭제한 다음 다시 만듭니다.
Drop and re-create a clustered index.
힙을 만들려면 클러스터형 인덱스가 없는 테이블을 만듭니다.
A heap is a table without a clustered index.
클러스터형 인덱스는 다음과 같은 범위 조회의 경우 더욱 빠릅니다.
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.
몇 가지 경우를 제외하고 모든 테이블에는 클러스터형 인덱스가 있어야 합니다.
With few exceptions, every table should have a clustered index.
비클러스터형 인덱스를 만들기 전에 항상 클러스터형 인덱스를 만듭니다.
Create clustered index before creating a nonclustered index.
예를 들어 뷰에서 비결정적 함수를 참조하면 뷰에 클러스터형 인덱스를 만들 수 없습니다.
Nor can you create a clustered index on a view that references a non-deterministic function.
한 테이블에는 클러스터형 인덱스가 하나만 허용됩니다. Only one clustered index is allowed on a table.
Only one clustered index can be created on table.
인덱스 폴더를 마우스 오른쪽 단추로 클릭하고 새 인덱스를 가리킨 다음 클러스터형 인덱스… 를 선택합니다.
Right-click the Indexes folder, point to New Index, and select Non-Clustered Index….
클러스터형 인덱스를 다시 만들면 데이터가 재구성되어 완전한 데이터 페이지가 만들어집니다.
Re-creating a clustered index reorganizes the data, and causes full data pages.
여기에는 테이블의 데이터 행이 있는 클러스터형 인덱스가 포함됩니다. This includes the clustered index that contains the data rows of the table.
This includes the clustered index that contains the data rows of the table.
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Non-clustered indexes have the same B-tree structure as clustered indexes, with two significant differences.
쿼리 성능을 향상시키는 것 외에도 요청 시 클러스터형 인덱스를 다시 작성하거나 다시 구성하여 테이블 조각화를 제어할 수 있습니다.
Besides improving query performance, a clustered index can be rebuilt or reorganized on demand to control table fragmentation.
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Nonclustered indexes have a similar B-tree structure as clustered indexes but with the following differences.
이 옵션을 사용하면 사용자는 인덱스 작업 중에 기본 테이블이나 클러스터형 인덱스 데이터 및 연관된 모든 비클러스터형 인덱스에 액세스할 수 있습니다.
Allows users to access the underlying table or clustered index data and any associated nonclustered indexes during the index operation.
비클러스터형 인덱스를 만들기 전에 항상 클러스터형 인덱스를 만듭니다. Create the clustered index before creating any nonclustered indexes.
I would suggest creating a clustered index before creating any non-clustered indexes..
사용자가 인덱스 작업을 수행하는 동안 기본 테이블이나 클러스터형 인덱스 데이터 및 연관된 모든 비클러스터형 인덱스에 액세스할 수 있는 ONLINE 옵션을 사용합니다.
Allows users to access the underlying table or clustered index data and any associated nonclustered indexes during the index operation.
클러스터형 인덱스의 리프 노드에는 기본 테이블의 데이터 페이지가 있습니다. In a clustered index, the leaf nodes contain the data pages of the underlying table.
In a clustered index, the leaf nodes contain the data pages of the underlying table.
테이블에 이미 클러스터형 인덱스가 포함되어 있는 경우 클러스터형 인덱스를 삭제하여 테이블을 힙에 반환합니다. If a table already has a clustered index, drop the clustered index to return the table to a heap.
If a table already has a clustered index, drop the clustered index to return the table to a heap.
클러스터형 인덱스의 리프 수준에 키가 아닌 열을 추가하여 기존 키 제한(900바이트 및 16개 키 열)을 무시하고 완전히 포괄되는 인덱싱된 쿼리를 실행할 수 있습니다.
You can add nonkey columns to the leaf level of the nonclustered index to by-pass existing index key limits, and execute fully covered, indexed, queries.
예를 들어 뷰에서 클러스터형 인덱스를 만드는 경우 클러스터형 인덱스가 아직 생성되지 않았으므로 배포 통계를 계산할 수 없습니다. For example, when you create a clustered index on a view, distribution statistics cannot be evaluated, because the clustered index does not yet exist.
For example, when you create a clustered index on a view, distribution statistics cannot be evaluated, because the clustered index does not yet exist.
클러스터형 인덱스 키는 필터링된 인덱스를 비롯하여 모든 비클러스터형 인덱스에 자동으로 포함됩니다. The clustered index key is automatically included in all nonclustered indexes, including filtered indexes.
The clustered index key is automatically included in all nonclustered indexes, including filtered indexes..
뷰에 비클러스터형 인덱스를 만들려면 먼저 고유 클러스터형 인덱스를 만들어야 합니다.A unique clustered index must be created on a view before any nonclustered index is created.
A unique clustered index must be created before any other indexes can be created on the view.
예를 들어 클러스터형 인덱스가 4개의 파티션을 사용하면 파티션마다 하나씩 총 4개의 B-트리 구조가 있습니다. For example, if a clustered index has four partitions, there are four B-tree structures; one in each partition.
For example, if a clustered index has four partitions, there are four B-tree structures; one in each partition.
테이블의 클러스터형 인덱스 키가 필터링된 인덱스 정의의 포괄 열 또는 키여야 할 필요는 없습니다. The clustered index key of the table does not need to be a key or included column in the filtered index definition.
The clustered index key of the table does not need to be a key or included column in the filtered index definition.
클러스터형 인덱스가 명시적으로 지정되지 않는 한 고유한 비클러스터형 인덱스가 기본적으로 생성되어 UNIQUE 제약 조건을 적용합니다. Unless a clustered index is explicitly specified, a unique, nonclustered index is created by default to enforce the UNIQUE constraint.
Unless a clustered index is explicitly specified, a unique, nonclustered index is created by default to enforce the UNIQUE constraint.
클러스터형 인덱스가 UNIQUE 속성으로 생성되지 않는 경우 데이터베이스 엔진Database Engine은 4바이트 고유 식별자 열을 테이블에 자동으로 추가합니다. If the clustered index is not created with the UNIQUE property, the 데이터베이스 엔진Database Engine automatically adds a 4-byte uniqueifier column to the table.
If the clustered index is not created with the UNIQUE property, the Database Engine automatically adds a 4-byte uniqueifier column to the table.
클러스터형 인덱스는 클러스터형 인덱스 키 값에 기반하여 행의 빠른 검색을 지원하는 B-트리 인덱스 구조로 구현됩니다. The clustered index is implemented as a B-tree index structure that supports fast retrieval of the rows, based on their clustered index key values.
The clustered index is implemented as a B-tree index structure that supports fast retrieval of the rows, based on their clustered index key values.
EmployeeID 열에 대한 클러스터형 인덱스 또는 기본 키 제약 조건은 직원 ID 번호를 기반으로 직원 정보를 검색하는 쿼리 성능을 향상합니다.A clustered index or PRIMARY KEY constraint on the EmployeeID column would improve the performance of queries that search for employee information based on the employee ID number.
A clustered index or PRIMARY KEY constraint on the EmployeeID column would improve the performance of queries that search for employee information based on the employee ID number.
결과: 237, 시각: 0.0274

한국어 문장에서 "클러스터형 인덱스"를 사용하는 방법

원본은 원래 테이블이거나 클러스터형 인덱스 데이터입니다.

영어 문장에서 "nonclustered index, clustered index"를 사용하는 방법

What is Nonclustered Index with included columns ? 119.
Keep clustered index keys as small as possible.
For more information, see Nonclustered Index Structures.
Why is Clustered Index on Primary Key compulsory?
Besides the expected Clustered Index Update, there is an extra Clustered Index Insert.
If the table is a clustered index the bookmark is the clustered index keys.
Clustered index is just a well arranged table.
Ever-increasing clustering key – the Clustered Index Debate……….again!
What is clustered index and nonclustered index?
Reason: your table with clustered index IS the clustered index itself!
자세히보기

단어 번역에 의한 워드

최고 사전 질의

한국어 - 영어