Hacker News new | past | comments | ask | show | jobs | submit login

> nosql vs rdbms

Why not use both? For example, store your session info in redis, but have it refer to user data which is in the DB. This effectively turns it into a cache to make short-lived data cheaper.




That is what I've done at a few projects for work. Worked quite well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: