A few more notes on why SimpleDB should not be considered the end of traditional database methodology:
it’s non-relational and you can’t run queries against multiple ‘domains’
attributes are limited to 1024 characters
you must zero-pad your numbers
no built in full-text search
your are not guaranteed immediate access to updated data
The more and more that I look at this, […]