What is the translation of " CLUSTERED INDEX " in Korean?

['klʌstəd 'indeks]
['klʌstəd 'indeks]
clustered index
a clustered index
clustered index
the clustered index

Examples of using Clustered index in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Drop and re-create a clustered index.
클러스터형 인덱스를 삭제한 다음 다시 만듭니다.
Clustered Index Scans and Table Scans are effectively the same thing.
클러스터드 인덱스 스캔과 테이블 스캔은 동일한 것이다.
A heap is a table without a clustered index.
힙을 만들려면 클러스터형 인덱스가 없는 테이블을 만듭니다.
Create clustered index before creating a nonclustered index..
비클러스터형 인덱스를 만들기 전에 항상 클러스터형 인덱스를 만듭니다.
Estimating the Size of a Clustered Index.
클러스터형 인덱스의 크기 예측Estimate the Size of a Clustered Index.
Only one clustered index can be created on table.
한 테이블에는 클러스터형 인덱스가 하나만 허용됩니다. Only one clustered index is allowed on a table.
Estimating the Size of a Clustered Index.
비클러스터형 인덱스의 크기 예측Estimate the Size of a Nonclustered Index.
In case of clustered index, data is directly present in front of the index..
클러스터된 인덱스의 경우 데이터가 인덱스 앞에 직접 표시됩니다.
With few exceptions, every table should have a clustered index.
몇 가지 경우를 제외하고 모든 테이블에는 클러스터형 인덱스가 있어야 합니다.
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.
The table is stored as a clustered index.
클러스터형 인덱스로 저장되는 전체 테이블A whole table that is stored as a clustered index.
Besides improving query performance, a clustered index can be rebuilt or reorganized on demand to control table fragmentation.
쿼리 성능을 향상시키는 것 외에도 요청 시 클러스터형 인덱스를 다시 작성하거나 다시 구성하여 테이블 조각화를 제어할 수 있습니다.
The table can only have one clustered index.
테이블에 클러스터형된 인덱스가 하나만 있을 수 있습니다.A table can have only one clustered index.
I would suggest creating a clustered index before creating any non-clustered indexes..
비클러스터형 인덱스를 만들기 전에 항상 클러스터형 인덱스를 만듭니다. Create the clustered index before creating any nonclustered indexes.
HEAP- A heap is a table that has no clustered index.
힙은 클러스터형 인덱스가 없는 테이블입니다.A heap is a table that does not have a clustered index.
Allows users to access the underlying table or clustered index data and any associated nonclustered indexes during the index operation.
이 옵션을 사용하면 사용자는 인덱스 작업 중에 기본 테이블이나 클러스터형 인덱스 데이터 및 연관된 모든 비클러스터형 인덱스에 액세스할 수 있습니다.
A“Heap” on the other hand is a table without a clustered index.
힙이란 클러스터형 인덱스가 없는 테이블입니다.A heap is a table without a clustered index.
Allows users to access the underlying table or clustered index data and any associated nonclustered indexes during the index operation.
사용자가 인덱스 작업을 수행하는 동안 기본 테이블이나 클러스터형 인덱스 데이터 및 연관된 모든 비클러스터형 인덱스에 액세스할 수 있는 ONLINE 옵션을 사용합니다.
A heap is a table that does not have a clustered index.
힙은 클러스터형 인덱스가 없는 테이블입니다.A heap is a table that does not have a clustered index.
You can specify that a unique clustered index be created if a clustered index does not already exist.
테이블에 클러스터형 인덱스가 없는 경우 고유 클러스터형 인덱스를 지정할 수 있습니다. You can specify a unique clustered index if a clustered index on the table does not already exist.
Rows in the table are stored in the order of the clustered index key.
테이블의 데이터는 클러스터형 인덱스의 순서대로 저장됩니다. Data in the table is stored in the order of the clustered index.
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.
What do Clustered and Non clustered index actually mean?
Clustered 및 Non clustered 인덱스는 실제로 어떤 의미입니까?
Prefetching is used regardless of whether the table has a clustered index.
사전 인출은 테이블에 클러스터형 인덱스가 포함되었는지 여부에 관계없이 사용됩니다. Prefetching is used regardless of whether the table has a clustered index.
Nonclustered A nonclustered index can be defined on a table or view with a clustered index or on a heap.
비클러스터형 인덱스Nonclustered 비클러스터형 인덱스는 클러스터형 인덱스가 있는 테이블 또는 뷰에 정의하거나 힙에 정의할 수 있습니다.A nonclustered index can be defined on a table or view with a clustered index or on a heap.
For a clustered table,the row locator is the clustered index key.
클러스터형 테이블의 경우 행 로케이터는 클러스터형 인덱스 키입니다. For a clustered table,the row locator is the clustered index key.
Create multiple non-clustered indexes on columnsinvolved in join and grouping operations, and a clustered index on any foreign key columns.
조인 및 그룹화 작업과 관련된 열에는 비클러스터형 인덱스를 여러 개 만들고 외래 키 열에는 클러스터형 인덱스를 만듭니다. Create multiple nonclustered indexes on columns involved in join and grouping operations,and a clustered index on any foreign key columns.
The following example shows the SEEK predicate for a Clustered Index Seek operator.
다음 예제에서는 SEEK 연산자의 Clustered Index Seek 조건 자 를 보여 줍니다. The following example shows the SEEK predicate for a Clustered Index Seek operator.
The row locators in nonclustered index rows are either a pointer to a row or are a clustered index key for a row, as described in the following.
비클러스터형 인덱스 행의 행 로케이터는 다음과 같이 행에 대한 포인터이거나 행에 대한 클러스터형 인덱스 키입니다. The row locators in nonclustered index rows are either a pointer to a row or are a clustered index key for a row, as described in the following.
For more information about the structure of pages in an index,see Clustered Index Structures.
인덱스 페이지의 구조에 대한 자세한 내용은 클러스터형 인덱스 구조를 참조하세요. For more information about the structure of pages in an index,see Clustered Index Structures.
Results: 94, Time: 0.0409

Word-for-word translation

Top dictionary queries

English - Korean