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

Readable code can be easily done via good formatting, but performance requires a combination of writing the query in the right way and the indexes to support it. The second part is not even visible from the query and most of the time is not self-explanatory, but the best part is that indexing is not even universally valid, statistics decide execution plans and the same query with the same indexes can result in very different performance on 2 different instances.



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

Search: