Read and Write Capacity Modes in AWS DynamoDB
Reading Time: 4 minutes The read/write capacity modes for processing reads and writes on the tables determine AWS DynamoDB throughput capacity. DynamoDB supports two types of read/write capacity modes: Provisioned (default) On-demand Provisioned Mode In provisioned mode, you must specify the number of reads and writes per second that the application requires. Provisioned throughput is the maximum amount of capacity that an application can consume from a table or index Continue Reading