Discover the latest trends and best practices impacting data-intensive applications. Register for access to all 50+ sessions available on demand.
How to optimize performance and reduce costs with data modeling.
Summary: DynamoDB expert Alex DeBrie explains DynamoDB’s pricing model and how to cut costs. He covers RCUs and WCUs, storage charges, and how billing is decoupled from performance via throttling. He walks through macro settings (provisioned vs. on-demand capacity, storage classes) and micro multipliers (item size, secondary indexes, transactions, global tables, consistency level, query patterns). He urges regular audits, running the numbers monthly, trimming indexes and item bloat, using TTL, and switching modes when utilization changes.
Topics discussed
Takeaways
Top takeaway: Treat every multiplier—transactions, global tables, strong reads—as a deliberate tradeoff; only pay for them when they deliver clear value at scale.