A logistics company is designing a package tracking system to monitor real-time location telemetry from a fleet of delivery vehicles. The telemetry data consists of rapid, high-volume key-value writes that require single-digit millisecond latency at any scale. Concurrently, the company's data analysts need to perform complex SQL queries on petabytes of historical delivery data to optimize routes. Which two AWS database services should the company choose to meet these requirements?
- Amazon DynamoDBCevap
- Amazon RedshiftCevap
- CAmazon RDS for PostgreSQL
- DAmazon ElastiCache
- EAmazon DocumentDB
Cevap
Amazon DynamoDB and Amazon Redshift
The correct services are Amazon DynamoDB and Amazon Redshift. Amazon DynamoDB provides the required single-digit millisecond latency for high-volume key-value telemetry data. Amazon Redshift is designed specifically for running complex analytical SQL queries against petabytes of historical structured data.
Adım Adım Çözüm
Anahtar Kavram
AWS Database Services selection based on workload requirements (NoSQL key-value vs. analytical data warehousing)