Katapult

All articles

Displaying posts 25 - 26 of 26 in total

MySQL Indexing Explained

Posted in January 2015 

In the time we've been assisting people with hosting their web applications, the most common reason we've seen for performance problems has been missing or incorrectly used database indexes, so...

Optimizing your MySQL Server

Posted in December 2014 

When building a scalable web application, the first performance problem most people will encounter is with their database queries. As your database grows, it is very likely that things will...