Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As someone that uses Python and Django most of the time (a "slow" language), I haven't seen much in the way of performance problems at the application level. Usually some database optimization will do the trick.

Actually thinking about it- I have inherited plenty of performance problems at the application layer, but that's because the joins were effectively being done at the application level (and making huge numbers of database calls) when they should have been done at the database layer.



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

Search: