CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 98: AWS Certified Database - Specialty

A company's ecommerce website uses Amazon DynamoDB for purchase orders. Each order is made up of a Customer ID and an Order ID. The DynamoDB table uses the Customer ID as the partition key and the Order ID as the sort key. To meet a new requirement, the company also wants the ability to query the table by using a thir…

Nội dung câu hỏi

A company's ecommerce website uses Amazon DynamoDB for purchase orders. Each order is made up of a Customer ID and an Order ID. The DynamoDB table uses the Customer ID as the partition key and the Order ID as the sort key. To meet a new requirement, the company also wants the ability to query the table by using a third attribute named Invoice ID. Queries using the Invoice ID must be strongly consistent. A database specialist must provide this capability with optimal performance and minimal overhead. What should the database administrator do to meet these requirements?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Add a global secondary index on Invoice ID to the existing table.
  2. B. Add a local secondary index on Invoice ID to the existing table.
  3. C. Recreate the table by using the latest snapshot while adding a local secondary index on Invoice ID. — đáp án hiện tại
  4. D. Use the partition key and a FilterExpression parameter with a filter on Invoice ID for all queries.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề