Engineering
Are Indexes Nice to Have, or Are They Essential?
I tested how indexes and join order affect execution plans and query times using 30 million dummy records
Notes on what I learn as a software engineer, translated articles,
and thoughts on movies and books

I tested how indexes and join order affect execution plans and query times using 30 million dummy records
I’ve put together some of my thoughts on Kim Aeran’s I Said Goodbye
I traced Spring Web MVC’s request handling flow from doDispatch to handle by following the actual source code