Overview - Read and write capacity units
What is it?
Read and write capacity units are measures used in DynamoDB to control how much data you can read or write per second. They help manage the speed and cost of accessing your database. Each unit represents a certain amount of data that can be processed in one second.
Why it matters
Without capacity units, your database could become slow or crash under heavy use, or you might pay too much for unused resources. Capacity units let you balance performance and cost by setting limits that match your application's needs. This keeps your app fast and your bills predictable.
Where it fits
Before learning about capacity units, you should understand basic DynamoDB concepts like tables, items, and attributes. After this, you can learn about auto-scaling, on-demand capacity, and cost optimization strategies.