Hacker News new | ask | show | jobs
by icedchai 1409 days ago
1) Latency. 2) Ease of data manipulation.

Using Dynamo for a small data set is overkill. You can manipulate the data way faster on a local server, where it is basically in memory (disk cache), and not have to deal with any modelling issues.

I guess some people like the DynamoDB API? I find it incredibly awkward.

1 comments

You can be even faster if you store data in client. Though different use case different solutions.