Eventually consistent reads

Using eventually consistent reads (as opposed to strongly consistent reads) halves the RCU requirements for calculation purposes. In this recipe, we have used strongly consistent reads because it works with all workloads, but you should confirm that your use case actually requires it. Use eventually consistent reads if it does not.

By reducing the required provisioned capacity for reads, you effectively reduce your cost for using DDB.

Get AWS Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.