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

Also from http://stackoverflow.com/a/16553503 by the author of SQLAlchemy:

> Do you have any estimates on how much time is wasted, compared to the rest of the application? Profiling here is extremely important before making your program more complex. As I will often note, Reddit serves well over one billion page views a day, they use the SQLAlchemy Core to query their database, and the last time I looked at their code they make no attempt to optimize this process - they build expression trees on the fly and compile each time.



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

Search: