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

Rails has supported joins since forever. However the problem with moving things to the DB is that the DB is very hard to scale while scaling the web app is almost trivial.



The read only parts are not that difficult to scale in the DB. It's the concurrent write load that is really difficult to scale. As long as a single DB server can cope with all the write load, everything is fine. That's like 99.9% of all sites and applications.




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

Search: