클러스터형 영어 뜻 - 영어 번역 S

명사
형용사
clustered
클러스터
송이
성단
군집
a cluster
은하단
다발
밀집
cluster ) 도
nonclustered
비클러스터형
a nonclustered
the nonclustered

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
한 테이블에는 클러스터형 인덱스가 하나만 허용됩니다. Only one clustered index is allowed on a table.
Only one clustered index can be created on table.
최고의 성능, 규모, 효율성을 제공할 수 있도록 설계된 수랭식의 확장형 고집적 클러스터형 컴퓨터 시스템입니다.
Scalable, high-density clustered computer system architected for best performance, scale, and efficiency.
클러스터형 columnstore 인덱스에 하나 이상의 비클러스터형 rowstore 인덱스가 있을 수 있습니다.
A clustered columnstore index can have one or more nonclustered indexes.
SMB 저장소는 독립형 설치 또는 클러스터형 설치에 대한 Analysis ServicesAnalysis Services 데이터 파일에 지원되지 않습니다.
SMB storage is not supported for Analysis Services data files for either standalone or clustered installations.
비클러스터형 인덱스Nonclustered 비클러스터형 인덱스는 클러스터형 인덱스가 있는 테이블 또는 뷰에 정의하거나 힙에 정의할 수 있습니다.
A nonclustered index can be defined on a table or view with a clustered.
사람들은 또한 번역합니다
기본 키 및 외래 키에 대해 B-tree 인덱스를 사용하여 클러스터형 columnstore 인덱스에 이러한 제약 조건의 적용을 지원합니다.
Supports primary and foreign keys by using a btree index to enforce these constraints on a clustered columnstore index.
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Non-clustered indexes have the same B-tree structure as clustered indexes, with two significant differences.
이 옵션을 사용하면 사용자는 인덱스 작업 중에 기본 테이블이나 클러스터형 인덱스 데이터 및 연관된 모든 비클러스터형 인덱스에 액세스할 수 있습니다.
Allows users to access the underlying table or clustered index data and any associated nonclustered indexes during the index operation.
비클러스터형 인덱스는 다음의 두 가지 주요 차이점을 제외하고 클러스터형 인덱스와 동일한 B-트리 구조를 갖습니다.
Nonclustered indexes have a similar B-tree structure as clustered indexes but with the following differences.
같은 뷰에 다른 인덱스를 정의하려면 먼저 고유 클러스터형 인덱스를 만들어야 합니다.A unique clustered index must be created on a view before any other indexes can be defined on the same view.
A unique clustered index must be created before any other indexes can be created on the view.
클러스터형 테이블의 경우 행 로케이터는 클러스터형 인덱스 키입니다. For a clustered table, the row locator is the clustered index key.
For a clustered table, the row locator is the clustered index key.
다음과 같은 특성에는 클러스터형 인덱스를 사용하지 않는 것이 좋습니다. Clustered indexes are not a good choice for the following attributes.
Clustered indexes are not a good choice for the following attributes.
클러스터형 인덱스가 포함된 테이블을 클러스터형 테이블이라고 합니다. When a table has a clustered index, the table is called a clustered table.
When a table has a clustered index, the table is called a clustered table.
SQL ServerSQL Server 장애 조치 클러스터형 인스턴스는 네트워크에서 한 대의 컴퓨터처럼 보이지만 어떤 노드를 사용할 수 없게 되는 경우 노드 간 장애 조치 기능을 제공합니다.A SQL ServerSQL Server failover clustered instance appears on the network as if it were a single computer, but has functionality that provides failover from one node to another if one node becomes unavailable.
A SQL Server failover cluster appears on the network as if it were a single computer, but has functionality that provides failover from one node to another if the current node becomes unavailable.
클러스터형 인덱스의 리프 노드에는 기본 테이블의 데이터 페이지가 있습니다. 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.
클러스터형 인덱스는 그 키 값에 기반하여 테이블에 데이터 행을 정렬하고 저장합니다. Clustered indexes sort and store the data rows in the table based on their key values.
Clustered indexes sort and store the data rows in the table or view based on their key values.
클러스터형 인덱스의 리프 수준에 키가 아닌 열을 추가하여 기존 키 제한(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.
클러스터형 인덱스 키는 필터링된 인덱스를 비롯하여 모든 비클러스터형 인덱스에 자동으로 포함됩니다. 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.
테이블에 클러스터형 인덱스가 없는 경우 고유 클러스터형 인덱스를 지정할 수 있습니다. You can specify a unique clustered index if a clustered index on the table does not already exist.
You can specify that a unique clustered index be created if a clustered index does not already exist.
클러스터형 인덱스가 없는 경우 INDEX(0)은 은 테이블 검색 을 강제 실행 하 고 INDEX ( 1 ) 은 오류 로 해석 됩니다. If no clustered index exists, INDEX(0) forces a table scan and INDEX(1) is interpreted as an error.
If no clustered index exists, INDEX(0) forces a table scan and INDEX(1) is interpreted as an error.
클러스터형 인덱스에는 인덱스에서 사용하는 각 파티션에 대해 index_id가 1인 sys. partitions 행이 하나 있습니다. Clustered indexes have one row in sys. partitions, with index_id = 1 for each partition used by the index.
Clustered indexes have one row in sys. partitions, with index_id= 1 for each partition used by the index.
클러스터형 columnstore 인덱스는 행 그룹을 columnstore로 압축하기 전에 각 델타 행 그룹에 최대 1,048,576개의 행을 수집합니다. Clustered columnstore indexes collect up to 1,048,576 rows in each delta rowgroup before compressing the rowgroup into the columnstore.
Clustered columnstore indexes collect up to 1,048,576 rows in each delta rowgroup before compressing the rowgroup into the columnstore.
테이블에 비클러스터형 인덱스가 포함되어 있는 경우 클러스터형 인덱스가 변경될 때마다 모든 비클러스터형 인덱스를 다시 만들어야 합니다. If the table has nonclustered indexes, all the nonclustered indexes must all be recreated whenever the clustered index is changed.
If the table has nonclustered indexes, all the nonclustered indexes must all be recreated whenever the clustered index is changed.
결과: 23, 시각: 0.0729

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

실제로 존재하는 클러스터형 로켓 탄두의 별칭이다.
원본은 원래 테이블이거나 클러스터형 인덱스 데이터입니다.
클러스터형 인덱스는 테이블당 한개만 생성할 수있다.
값이 지정된 클러스터형 제약 조건 삭제 옵션을 나타냅니다.
인수합병형, 혹은 클러스터형 양손잡이화를 시도해야 하는 중견·중소기업도 마찬가지다.
클러스터형 제약 조건 삭제에 대한 추상 기본 클래스를 나타냅니다.
Q: 클러스터형 구성 요금은 비클러스터형 구성 요금과 차이가 있습니까?
자치구 내 유휴공간을 공유자산으로 확보하고 리모델링하여 사회적경제 클러스터형 공간으로 조성합니다.
Argument 열에는 행을 조회하는 테이블 또는 클러스터형 인덱스의 이름도 포함됩니다.
클러스터형 시스템 역시 다중처리 시스템과 같이 비대칭형, 대칭형으로 구분할 수 있다.

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

Windows Server 2012 Clustered Storage Spaces.
After 1836 legends clustered around him.
All the enemies were clustered together.
Solution: You add a nonclustered columnstore index.
Clustered databases are not yet supported.
For more information, see Nonclustered Index Structures.
However, clustered columnstore indexes have restrictions.
The buildings are clustered round St.
Fully clustered infrastructure ensures maximum uptime.
Clustered SPP Exemplar are ccNUMA computers.
자세히보기
S

의 동의어 클러스터형

최고 사전 질의

한국어 - 영어