RCU: Read Capacity Units
Explore the concept of Read Capacity Units in DynamoDB, including how they quantify read operations based on data size and time. Understand the impact of eventual, strong, and transactional consistency models on RCU usage. Learn to calculate RCUs for different read scenarios to optimize application storage and performance.
We'll cover the following...
AWS offers a bunch of ways to charge companies. They depend on the service type, consumption rate and service models such as IaaS, PaaS or SaaS. As DynamoDB is a serverless database, charges are based on reads, writes and storage. However, there are some features that generate additional charges. In this lesson, we are going to explore how reads work in DynamoDB.
What is an RCU?
A read capacity unit (RCU) is the measurement unit that DynamoDB makes use of to provide the resources that it will use to support our workloads. The measurement unit is defined by record size and time. The first part to know ...