I've heard about highly scalable key-value databases, like Amazon DynamoDB and Kyoto Cabinet.
But I can't see an use for everyday problems.
Ex.: Suppose I have a "post object", which has an id, a title, a content and some tags, and I want to query the database to find all posts with some particular tag. How can I do it with a key-value database?