Topic 1 Question 66
Which AWS service is a key-value database that provides sub-millisecond latency on a large scale?
Amazon DynamoDB
Amazon Aurora
Amazon DocumentDB (with MongoDB compatibility)
Amazon Neptune
ユーザの投票
コメント(9)
- 正解だと思う選択肢: A
A. Amazon DynamoDB: A key-value and document database that provides single-digit millisecond latency at any scale. It is a fully managed NoSQL database service designed for applications that require consistent, single-digit millisecond latency, regardless of the volume of requests.
B. Amazon Aurora: A MySQL and PostgreSQL-compatible relational database engine that offers high performance and availability. While it provides low-latency reads, it is not specifically designed as a key-value database.
C. Amazon DocumentDB (with MongoDB compatibility): A fully managed document database service that is compatible with MongoDB. It is designed for applications that work with JSON-like documents, and it provides the scalability and availability of a NoSQL database.
D. Amazon Neptune: A fully managed graph database service that supports graph models. It is designed for applications with highly connected data, and it is not specifically focused on providing sub-millisecond latency for key-value access.
👍 8TheFivePips2024/01/24 - 正解だと思う選択肢: A
A is correct Fully Managed Highly available with replication across 3 AZ • NoSQL database - not a relational database • Scales to massive workloads, distributed “serverless” database • Millions of requests per seconds, trillions of row, 100s of TB of storage • Fast and consistent in performance • Single-digit millisecond latency – low latency retrieval • Integrated with IAM for security, authorization and administration • Low cost and auto scaling capabilities
👍 4asdfcdsxdfc2023/11/08 - 正解だと思う選択肢: A
"Key-value" is the key word. https://aws.amazon.com/nosql/key-value/
👍 3petercorn2023/11/23
シャッフルモード