Skip to content

Instantly share code, notes, and snippets.

@viruschidai
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viruschidai/fff99ce7c9c47eb80efa to your computer and use it in GitHub Desktop.
Save viruschidai/fff99ce7c9c47eb80efa to your computer and use it in GitHub Desktop.
When you should not use Dynamodb
You need transaction
You need db pagination
You need db aggregation functions
You want to store document big than 64kb
You need joins
You don't want to write tools to use dynamodb to fit your need
Your data has schema and you need to migrate data to use new schema occasionally
You want easily to add indexes whenever you want to a table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment