NoSQL: Level up your MySQL query tuning

| | bookmark | email

Level up your MySQL query tuning

Great article by Alexander Rubin that goes through a brief intro of B-trees (the basis of many databases indexes) and gets into the details of understanding and optimizing MySQL queries:

tags:mysql

via NoSQL databases