PostgreSQL + hstore +hashes = interesting way to store non tabular data
Hstore as expained in Ecstortive:The key value store everyone ignored (Postgresql) is an interesting non NO SQL way to store key value pairs. I wonder if it's faster than doing the same thing in Redis or MongoDB. My uninformed guess is yes :-) !