Planet MySQL HA Blog
Understanding InnoDB Tablespace Duplicate Check (MySQL Startup with Many Tables)
Where can you find MySQL during December 2024 - February 2025
Ensuring High Availability and Fault Tolerance for Business-Critical Workloads
Introduction
In the current MySQL ecosystem, organizations must prioritize high availability and fault tolerance to ensure business continuity and to maintain customer trust. High availability solutions ensure that critical services and applications remain accessible, even during unexpected outages or system failures. While fault tolerance allows systems to continue functioning without error even when some components fail, minimizing downtime and ensuring reliable performance for its
Enhancing Security and Compliance in Financial Services with MySQL Enterprise Edition
Galera Manager November 2024 Release
Codership is pleased to announce a new release of Galera Manager. The current installer stands at version 1.14.0 (you can check this by typing: ./gm-installer version which will report gm-installer version 1.14.0 (linux/amd64)) and the actual Galera Manager GUI is at version 1.8.7. Users will notice usability improvements, and fixes for issues filed at the galera-manager-support issue tracker. Note that the installer didn’t change, only the Galera Manager GUI for your MySQL monitoring got update
MySQL Replication Monitoring : Enhanced Features for the Enterprise Edition
BSE (Bombay Stock Exchange) Processes Billions of Transactions Daily with MySQL Enterprise Edition
Boosting Profitability in Financial Services with MySQL
Long and Silent / Stressful MySQL Startup with Many Tables
Efficient MySQL Performance In 10 Sentences
Don’t have time to read Efficient MySQL Performance? Here’s the book (10 chapters) in one-liners.
Performance is query response time. Proper left-most indexing is required for performance. The less data, the better. Access patterns (part of the workload) help or hinder performance. Sharding is how to scale writes when single-node performance is truly reached. Server metrics reflect how the app workload causes MySQL to work. Replication lag is data loss. Locks are held until a transa