Skip to content

Comment on Can Amazon's SimpleDB substitute for MySQL database?

Comments

There are fundamental differences that are more significant than speed or administration.

SimpleDB is "eventually consistent" - that is, when you write, a subsequent read might not immediately reflect the change. There's also no such thing as a join, although you can approximate it.

I think of SimpleDB as searchable metadata storage. It's useful, but not a drop-in replacement for a traditional database.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.