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. There are two read/write capacity modes that DynamoDB supports: Provisioned (default) On-demand Provisioned Mode In provisioned mode, we must specify the number of reads and writes per second that the application requires. Provisioned throughput is the most storage capacity a table or index will let an application to Continue Reading