Ask YC: When is a relational DB the wrong tool?
https://news.ycombinator.com/item?id=89626The thread about Amazon's SimpleDB got me thinking about this, as did a recent night spent wading through some material on XML, XSLT, and XML Schema.
Since I've gotten into web programming, I've been stuck (happily) in a LAMP and RoR mindset: model data, normalize, create schema, lean almost entirely on SQL statements wrapped in whatever scripting language I'm using.
When have you forgone the relational db in your web apps with good results?