Earlier quoted context omitted.
Note that Cassandra has similar limitations with data/throughput, but they aren't enforced or documented (because they depend on your particular setup) and your queries just fail or worse make all queries to the same node in the cluster fail (fun times with large wide rows). The rich data types in Dynamo are quite strange, since they're basically useless for querying I'm not sure why you would use them. Maybe I'm mis…
The rich data types are also useful for partial updates, like adding items to a set, updating some fields in a map etc.
So I can have a key and an associated map and update a few members of the map?
I would like to learn how to do that.