True or false: In DynamoDB, it is up to you to manage the partitioning and re-partitioning of your data over additional DynamoDB tables if you need additional scale.
- True, It is optional to re-partition by yourself or automatically.
- False, DynamoDB automatically partitions your data and workload.
- False, the table size is fixed and you cannot re-partition it.
- True, AWS DynamoDB does automatic partitioning and SSD technologies to meet your throughput requirements and deliver low latencies at any scale.
Answer(s): B
Explanation:
Amazon DynamoDB automatically partitions your data and workload over a sufficient number of servers to meet the scale requirements you provide.
Reference:
https://aws.amazon.com/dynamodb/faqs/
Reveal Solution
Next Question