Planet MySQL HA Blog
Where can you find MySQL during January to April 2026
MySQL January 2026 Performance review
This article is focused on describing the latest performance benchmarking executed on the latest releases of Community MySQL, Percona Server for MySQL and MariaDB.
In this set of tests I have used the machine described here.
AssumptionsThere are many ways to run tests, and we know that results may vary depending on how you play with many factors, like the environment or the MySQL server settings. However, if we compare several versions of the same product on the same platform, it is logical to assume that all the versions will have the same “chance” to…
OIDC in PostgreSQL: With Keycloak
We spent a long time, two blog posts to be specific, talking about OAuth/OIDC in theory. Now we’ll take a more practical look at the topic: how can we configure PostgreSQL with a popular open source identity provider, Keycloak, and our pg_oidc_validator plugin?
We’ll not only look at the PostgreSQL configuration part, but also discuss the environment requirements and setting up Keycloak.
Docker containersIf you are only interested in trying out a working demo installation, we have a ready-to-use Docker Compose configuration available in our…
Introducing MySQL Studio – Reducing the Barriers to Data Innovation
Configuring the Component Keyring in Percona Server and PXC 8.4
(Or: how to make MySQL encryption boring, which is the goal)
Encryption is one of those things everyone agrees is important, right up until MySQL refuses to start and you’re staring at a JSON file wondering which brace ruined your evening.
With MySQL 8.4, encryption has firmly moved into the component world, and if you’re running Percona Server 8.4 or Percona XtraDB Cluster (PXC) 8.4, the supported path forward is the…