… an expedition to uncover (and fix) database performance issues!
© 2021 Tiago L. Alves. All rights reserved.
One of the worse things that can happen when upgrading to a newer
database version is discovering that the performance is not as
good as before. Despite the effort put into gate-keeping MySQL
NDB Cluster’s strict performance requirements, one of our
customers found a performance regression when upgrading from our
7.4 version to our 7.6 version. How did that happen when our
automated performance test suite failed to show it? To answer
that, and fix the issue we enrolled on a database performance
archaeology expedition…
When your performance is not good enough
MySQL NDB Cluster is an open-source in-memory distributed
database developed for high-availability (99.999% or more) and
predictable query times. It can be found at the core of gaming,
banking, telecommunication, and online services. …
[Read more]