Hacker News new | ask | show | jobs
by enjo 4357 days ago
Or blazing fast sql databases? Those are two technologies solving rather different problems, I'm not sure how the underlying storage is going to affect things very much.
1 comments

Redis is so fast because it sits in memory, sql relies heavily on hard disk
Getting good relational DB schemas on REDIS is hard (read: not designed for that). It's mostly for flat data.