Hacker News new | ask | show | jobs
by andybak 1218 days ago
> At scale

People often overestimate how often the average website needs to worry about scale.

And how easy it is to fix the times you come close.

1 comments

I completely agree, except for the last line. It is in my experience very hard to post-hoc get people to care about query performance. Organizationally and technically. In a complicated monolith at scale, de-tangling the ORM is a multi-years long project.

Edited to say: as for the average website, I do completely agree. For the unique website that will scale as well, I likely would still 95/100 recommend the ORM, but my experience has taught me that there be some pain on the road.

Instagram uses Django, so I think it is possible to make anything work.