TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DynamoDB Considered Harmful

2 pointsby joshghent7 months ago

2 comments

stately-bhollis7 months ago
Nice article! Having used DynamoDB for some massive applications that first point really resonates - it feels like you need to put way too much effort into designing your data model to match your access patterns, and then that all goes out the window when your requirements change.<p>We&#x27;ve actually been building a new database that uses DynamoDB as an underlying storage layer but aims to address the lack of flexibility and difficulty in evolving your data model to meet new requirements: <a href="https:&#x2F;&#x2F;stately.cloud&#x2F;blog&#x2F;developers-should-be-able-to-change-their-minds&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stately.cloud&#x2F;blog&#x2F;developers-should-be-able-to-chan...</a> - we&#x27;d love feedback from folks who&#x27;ve been unsatisfied with DynamoDB.
robertkoss7 months ago
Great article. I love DynamoDB but it is such a footgun. If you know how to work around the limitations + adhere to the Single Table design it&#x27;s awesome.<p>But if you aren&#x27;t familiar with it, you are destined to fail. I&#x27;ve seen so many poorly designed tables, with 10+ GSIs..