본문 바로가기
[AWS]/AWS SAP EXAMTOPICS

[AWS][SAP] Question 3

by METAVERSE STORY 2022. 8. 5.
반응형

A projection in DynamoDB is__________.

  • A. systematic transformation of the latitudes and longitudes of the locations inside your table
  • B. importing data from your file to a table
  • C. exporting data from a table to your file
  • D. the set of attributes that is copied from a table into a secondary index

 

 

한글 번역

DynamoDB의 투영식은 ________이다.

  • A. 표 안의 위치의 위도와 경도에 대한 체계적인 변환
  • B. 파일에서 테이블로 데이터 가져오기
  • C. 테이블의 데이터를 파일로 내보내기
  • D. 테이블에서 보조 인덱스로 복사되는 속성 집합

 

 

 

 

 

정답

  • D. the set of attributes that is copied from a table into a secondary index

 

해설

Projection (투영)

Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

테이블에서 인덱스로 복사(투사)되는 특성을 나타냅니다. 이러한 속성은 자동으로 투영되는 기본 키 속성과 인덱스 키 속성에 추가됩니다.

 

NonKeyAttributes

Represents the non-key attribute names which will be projected into the index.

For local secondary indexes, the total count of summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.NonKeyAttributes

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Length Constraints: Minimum length of 1. Maximum length of 255.

Required: No

ProjectionType

The set of attributes that are projected into the index:

  • KEYS_ONLY - Only the index and primary keys are projected into the index.
  • INCLUDE - In addition to the attributes described in , the secondary index will include other non-key attributes that you specify.KEYS_ONLY
  • ALL - All of the table attributes are projected into the index.

 

번역

비키 속성
인덱스에 투영될 키가 아닌 특성 이름을 나타냅니다.

로컬 보조 인덱스의 경우 모든 로컬 보조 인덱스에 걸쳐 합산된 총 수가 100개를 초과하면 안 됩니다. 동일한 속성을 두 개의 다른 인덱스에 투영하는 경우 합계를 결정할 때 두 개의 고유한 속성으로 계산됩니다.비키 속성

유형: 문자열 배열

배열 구성원: 최소 항목 수 1개입니다. 최대 20개 항목입니다.

길이 제약 조건: 최소 길이는 1. 최대 길이는 255입니다.

필수: 아니요.

투영유형
인덱스에 투영되는 속성 집합:

KEYS_ONLY - 인덱스와 기본 키만 인덱스에 투영됩니다.

INCLUDE - KEYS_ONLY에서 설명하는 속성 외에도 보조 인덱스에는 사용자가 지정하는 키가 아닌 다른 속성이 포함됩니다.

ALL - 모든 테이블 속성이 인덱스에 투영됩니다.

 

Amazon DynamoDB에서 표당 만들 수 있는 글로벌 보조 인덱스 및 투영 인덱스 속성의 수를 늘림

게시된 날짜: Dec 19, 2018

Amazon DynamoDB에서는 다양한 쿼리를 더 쉽게 수행할 수 있도록 표당 만들 수 있는 글로벌 보조 인덱스의 수를 20개로 늘렸습니다. 20개보다 많은 글로벌 보조 인덱스가 필요한 경우에는 증가를 요청할 수 있습니다.

또한 ProjectionType을 INCLUDE로 지정하면 글로벌 보조 인덱스 및 로컬 보조 인덱스 둘 다에 대해 100개의 투영 인덱스 속성을 가질 수 있습니다. 표에 100개가 넘는 속성이 있는 경우에도 ProjectionType을 ALL로 지정하면 소스 표의 모든 속성을 투영할 수 있습니다.

DynamoDB를 사용할 수 있는 리전의 목록은 AWS 리전 표를 참조하십시오.

 

 

 

 

문서 참조

Projection - Amazon DynamoDB

 

Projection - Amazon DynamoDB

Projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Contents In the following list, the required paramet

docs.aws.amazon.com

 

 

Amazon DynamoDB에서 표당 만들 수 있는 글로벌 보조 인덱스 및 투영 인덱스 속성의 수를 늘림

 

Amazon DynamoDB에서 표당 만들 수 있는 글로벌 보조 인덱스 및 투영 인덱스 속성의 수를 늘림

또한 ProjectionType을 INCLUDE로 지정하면 글로벌 보조 인덱스 및 로컬 보조 인덱스 둘 다에 대해 100개의 투영 인덱스 속성을 가질 수 있습니다. 표에 100개가 넘는 속성이 있는 경우에도 ProjectionType을

aws.amazon.com

 

 

 

 

반응형

'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글

[AWS][SAP] Question 9  (0) 2022.08.12
[AWS][SAP] Question 8  (0) 2022.08.11
[AWS][SAP] Question 7  (0) 2022.08.09
[AWS][SAP] Question 6  (0) 2022.08.09
[AWS][SAP] Question 5  (0) 2022.08.08
[AWS][SAP] Question 4  (0) 2022.08.08
[AWS][SAP] Question 2  (0) 2022.08.04
[AWS][SAP] Question 1  (0) 2022.08.03

댓글