Y
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
dsugarman
4357 days ago
Redis is so fast because it sits in memory, sql relies heavily on hard disk
link
LesZedCB
4357 days ago
Getting good relational DB schemas on REDIS is hard (read: not designed for that). It's mostly for flat data.
link