Y
Hacker News
new
|
ask
|
show
|
jobs
by
dwshorowitz
4357 days ago
if this actually does come to market in or around 2015, would it be feasible to replace sql databases with blazing fast redis databases entirely?
1 comments
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.
link
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