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

It’s the database part that gets expensive for web applications. Serving up static web pages is absolutely trivial for modern servers.

The database is also the part that doesn’t easily scale, unless you pick a highly scalable database from the outset, and those have their own complexity and tradeoffs as well.

That’s why I believe every project should start with a bulletproof model of how the database will work first, then fill in the other details from there.

It’s not always as easy as picking Postgres and calling it a day, unfortunately.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: