|
|
|
|
|
by hampereddustbin
1080 days ago
|
|
I'd say the part >versus the AWS shop where the Dynamo guy knew the innards of the database by chapter and verse) Definitely has a big impact on it. The angle at which people approach these databases is completely different from my experience. MongoDB is advertised with words like "developer friendly" and "just works", so people tend to just start it up and not read too much into it. On the other hand DynamoDB was described to us as "monkey's paw", "Carefully read before use", "know what you're doing". And so we combed through first all the pitfall blogs, then AWS documentation, and then carefully tried out all the features we wanted to use and tested the scenarios separately. |
|
That's an issue with dynamo. Sure you can memorize the API, but you have no idea what is actually going on and aws support will NEVER tell you what is happening.
Postgres, Cassandra, etc are source available and yes I have multiple times looked at Cassandra code to figure out what it was doing.