AWS Database Blog

Tag: DynamoDB

HAQM DynamoDB On-Demand – No Capacity Planning and Pay-Per-Request Pricing

Just a few years ago, creating a database that could support your business at any scale while providing consistent low latency was a daunting task. That changed in 2012 with Werner Vogels’ blog post announcing HAQM DynamoDB. HAQM DynamoDB was built on the principles in the original Dynamo paper that HAQM published in 2007. Over the years, lots of […]

New – HAQM DynamoDB Transactions

Over the years, customers have used HAQM DynamoDB for lots of different use cases, from building microservices and mobile backends to implementing gaming and Internet of Things (IoT) solutions. For example, Capital One uses DynamoDB to reduce the latency of their mobile applications by moving their mainframe transactions to a serverless architecture. Tinder migrated user data to DynamoDB with zero downtime, to get […]

Wednesday, November 28: HAQM DynamoDB sessions and workshops at re:Invent

Updated: Added DAT374, which takes place at 7:00 PM today. This blog post includes the HAQM DynamoDB sessions, workshops, and chalk talks taking place today at AWS re:Invent 2018.  You also can see this list in the live session catalog. Follow us on @DynamoDB for re:Invent and other tweets. Wednesday, November 28 11:30 AM DAT325 – How Oath […]

Tuesday, November 27: HAQM DynamoDB sessions and workshops at re:Invent

This blog post includes the HAQM DynamoDB sessions, workshops, and chalk talks taking place today at AWS re:Invent 2018. You also can see this list in the live session catalog. Follow us on @DynamoDB for re:Invent and other tweets. Tuesday, November 27 8:30 AM DAT404-R – Advanced Design Patterns for HAQM DynamoDB – Workshop This hands-on […]

Monday, November 26: HAQM DynamoDB sessions and workshops at re:Invent

This blog post includes the HAQM DynamoDB sessions, workshops, and chalk talks taking place today at AWS re:Invent 2018. You also can see this list in the live session catalog. Follow us on @DynamoDB for re:Invent and other tweets. Monday, November 26 11:30 AM DAT365 – Separating Fact from Fiction: HAQM DynamoDB Scaling and Adaptive Capacity […]

Using Sort Keys to Organize Data in HAQM DynamoDB

It’s easy to start filling an HAQM DynamoDB table with data. However, without forethought about organizing your data, you can limit your data-retrieval options later. Data organization and planning for data retrieval are critical steps when designing a table. Without proper data organization, the only options for retrieving data are retrieval by partition key or […]

Your guide to HAQM DynamoDB sessions, workshops, and chalk talks at AWS re:Invent 2018

AWS re:Invent 2018 is almost here! This post includes a complete list of HAQM DynamoDB sessions, workshops, and chalk talks at AWS re:Invent 2018. Use the information on this page to help schedule your conference week in Las Vegas this year. If you still haven’t registered for re:Invent and need some help convincing your manager, consider […]

HAQM DynamoDB highlights from the last 18 months you may have missed

HAQM DynamoDB is a nonrelational database that delivers reliable performance at any scale. It’s a fully managed, multiregion, multimaster database that provides consistent single-digit millisecond latency, and offers built-in security, backup and restore, and in-memory caching. This blog post recaps DynamoDB highlights from the last 18 months. Read this post to learn how to fuel your […]

Migrate Apache Cassandra databases to HAQM DynamoDB more easily

Customers tell us that migrating data between different database engines—also known as a heterogeneous migration—can be challenging and time consuming. Some customers such as Samsung had to figure out on their own how to migrate their Apache Cassandra databases to HAQM DynamoDB (see Moving a Galaxy into the Cloud: Best Practices from Samsung on Migrating […]

How HAQM DynamoDB adaptive capacity accommodates uneven data access patterns (or, why what you know about DynamoDB might be outdated)

May 24, 2019, update: HAQM DynamoDB adaptive capacity is now instant, instead of having a 5–30 minute reaction time. Instant adaptive capacity is now on by default for all DynamoDB tables and global secondary indexes.   HAQM DynamoDB is a nonrelational database with high performance at any scale. It is a fully managed service that […]