INDEX KEY 한국어 뜻 - 한국어 번역

['indeks kiː]
['indeks kiː]
인덱스 키
index key
the index key
index key

영어에서 Index key 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Index key values are not evenly distributed in the hash buckets.
인덱스 키 값은 해시 버킷에 균등하게 분포되지 않는다.
Simple countries all null no index key could be used null null 249 100.00 null.
단순한 국가 ALL NULL 인덱스 키가 사용되지 않았다 NULL NULL 249 100 NULL.
Multicolumn unique indexes guarantee that each combination of values in the index key is unique.
여러 열로 구성된 고유 인덱스를 사용하면 인덱스 키의 각 값 조합이 고유합니다.
Multiple index keys may be mapped to the same hash bucket.
여러 인덱스 키를 동일한 해시 버킷에 매핑할 수 있습니다. Multiple index keys may be mapped to the same hash bucket.
This means no two rows can have the same value for the index key.
이 경우 두 행에 인덱스 키에 대한 동일한 값이 있을 수 없습니다. This means no two rows can have the same value for the index key.
Index key values are not evenly distributed in the hash buckets.
인덱스 키 값은 해시 버킷에 균등하게 분포되지 않습니다. Index key values are not evenly distributed in the hash buckets.
SQL Server has 900-byte limit for the maximum total size of all index key columns.
SQL ServerSQL Server 인덱스는 인덱스 키 열의 총 크기는 900 바이트 한도 갖습니다. indexes have a 900-byte limit for the total size of index key columns.
The maximum index key size for NONCLUSTERED indexes has been increased to 1700 bytes.
비클러스터형 인덱스 키에 대한 최대값은 1700바이트입니다. For a nonclustered index key, the maximum is 1700 bytes.
They are not considered by the Database Engine when calculating the number of index key columns or index key size.
인덱스 키 열의 수 또는 인덱스 키 크기를 계산할 때 데이터베이스 엔진Database Engine 은 키가 아닌 열을 고려하지 않습니다.
If two index keys are mapped to the same hash bucket, there is a hash collision.
인덱스 키가 동일한 해시 버킷에 매핑되면 해시 충돌이 발생합니다. If two index keys are mapped to the same hash bucket, there is a hash collision.
You may not always be able to predict how many values a particular index key may have, or will have.
특정 인덱스 키에 얼마나 많은 값이 지정될지 항상 예측할 수 있는 것은 아닙니다. You may not always be able to predict how many values a particular index key may have, or will have.
The index key is unique and it does not contain the partitioning column of the table.
인덱스 키가 고유하고 테이블의 분할 열을 포함하고 있지 않은 경우The index key is unique and it does not contain the partitioning column of the table.
A hash index is preferable over a nonclustered index when queries use equality predicates, and the WHERE clause maps to all index key columns.
해시 인덱스는 쿼리에서 같음 조건자를 사용할 경우 비클러스터형 인덱스보다 선호되고 WHERE 절은 다음 예제와 같이 모든 인덱스 키 열에 매핑됩니다.
Bytes per index key: The maximum number of bytes in a clustered index key cannot exceed 900 in SQL Server.
SQL ServerSQL Server에서 클러스터형 인덱스 키의 최대 바이트 수는 900을 초과할 수 없습니다. The maximum number of bytes in a clustered index key cannot exceed 900 in SQL ServerSQL Server.
Multicolumn unique indexes guarantee that each combination of values in the index key is unique.
여러 열로 구성된 고유 인덱스를 사용하면 인덱스 키의 각 값 조합이 고유해집니다. Multicolumn unique indexes guarantee that each combination of values in the index key is unique.
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.
With multicolumn unique indexes, the index guarantees that each combination of values in the index key is unique.
여러 열로 구성된 고유 인덱스를 사용하면 인덱스 키의 각 값 조합이 고유해집니다. Multicolumn unique indexes guarantee that each combination of values in the index key is unique.
In this way, the index key size would be 110 bytes(55* 2), and the index would still contain all the required columns.
이 방법으로 인덱스 키 크기는 110바이트(55 * 2)가 되며 인덱스는 필요한 모든 열을 포함합니다. In this way, the index key size would be 110 bytes (55 * 2), and the index would still contain all the required columns.
A non-clustered index can now be extended to include non-key columns in addition to the index key columns.
인덱스 키 열과 함께 키가 아닌 열을 포함하여 비클러스터형 인덱스를 확장할 수 있습니다. You can extend a nonclustered index by including nonkey columns in addition to the index key columns.
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.
In this way, you will have all columns needed to cover the query, but the index key itself is small and efficient.
이 방법을 통해 쿼리를 포함하는 데 필요한 모든 열을 가지게 되지만 인덱스 키 자체는 작으며 효과적입니다. In this way, you will have all columns needed to cover the query, but the index key itself is small and efficient.
Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.
검색 및 조회에 사용된 열만 열이 되도록 인덱스 키 크기가 큰 비클러스터형 인덱스를 다시 디자인합니다. Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.
Memory-optimized non-clustered indexes- For memory-optimized nonclustered indexes, memory consumption is a function of the row count and the size of the index key columns.
메모리 최적화 비클러스터형memory-optimized Nonclustered 메모리 최적화 비클러스터형 인덱스의 경우 메모리 사용은 행 개수 및 인덱스 키 열의 크기를 반영합니다.
If the index keys are large, or there are several nonkey columns included in the index, a nonclustered sort run can be large.
인덱스 키가 클 경우 또는 인덱스키가 아닌 열이 여러 개 포함된 경우 비클러스터형 정렬 실행이 클 수 있습니다. If the index keys are large, or there are several nonkey columns included in the index, a nonclustered sort run can be large.
In most cases the bucket count should be between 1 and 2 times the number of distinct values in the index key.
대부분의 경우 버킷 수는 인덱스 키에 있는 고유한 값 수의 1~2배 사이여야 합니다. In most cases the bucket count would ideally be between 1 and 2 times the number of distinct values in the index key.
Index Key Size The maximum size for an index key is 900 bytes for a clustered index and 1,700 bytes for a nonclustered index..
인덱스 키에 대 한 최대 크기가 900 바이트 클러스터형 인덱스 및 비클러스터형된 인덱스의 경우 1, 700 바이트입니다. The maximum size for an index key is 900 bytes for a clustered index and 1,700 bytes for a nonclustered index.
A coordinating worker thread quickly and randomly scans the table to estimate the distribution of the index keys.
조정 작업자 스레드는 신속하게 무작위로 테이블을 검색하여 인덱스 키의 분포를 예상합니다.A coordinating worker thread quickly and randomly scans the table to estimate the distribution of the index keys.
If an index key consists of two columns and the WHERE clause only provides the first column, SQL Server does not have a complete key to hash.
인덱스 키가 두 열로 구성되어 있고 WHERE 절이 첫 번째 열만 제공하는 경우 SQL ServerSQL Server는 해시할 완전한 키를 갖추지 못합니다. If an index key consists of two columns and the WHERE clause only provides the first column, SQL ServerSQL Server does not have a complete key to hash.
Clustered A clustered index sorts and stores the data rows of the table or view in order based on the index key.
클러스터형Clustered 클러스터형 인덱스는 클러스터형 인덱스 키에 기반하여 테이블 또는 뷰의 데이터 행을 순서대로 정렬 및 저장합니다.A clustered index sorts and stores the data rows of the table or view in order based on the clustered index key.
A new SeekPredicateNew element with a SeekKeys subelement that includes PartitionID as the leading index key column and filter conditions that specify range seeks on PartitionID.
SeekPredicateNew 에서 범위 검색을 지정하는 선행 인덱스 키 열 및 필터 조건으로 SeekKeys 를 포함하는 새로운 PartitionID 요소와 PartitionID하위 요소.A new SeekPredicateNew element with a SeekKeys subelement that includes PartitionID as the leading index key column and filter conditions that specify range seeks on PartitionID.
결과: 230, 시각: 0.0351

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어