Hacker News new | ask | show | jobs
by Mizoguchi 1117 days ago
Love this. It is so important to know these fundamentals concepts. I would like to see a similar version for SQL database indexes as 99% of the engineers I work with have no idea how to use them.
2 comments

If more took the time to EXPLAIN ANALYZE they'd see indexes in action and hopefully learn from a few variations, especially pre/post variations of indexes. Or so I'd hope :).
It's kind of not important though, except for a tiny group of developers.