https://www.percona.com/resource/mysql-schema-review-percona-tech-days/
MySQL Schema Review - Percona
Apr 6, 2026 - MySQL Schema Review Download slides
mysql schemareviewpercona
https://www.alibabacloud.com/help/en/dms/use-cases/change-schemas-without-locking-tables-1
Run Lock-Free MySQL Schema Changes without Downtime - Data Management - Alibaba Cloud
DMS lock-free schema change eliminates table locking during online DDL on ApsaraDB RDS MySQL, preventing replication latency. Configure zero-downtime DDL via...
lock freemysql schema
https://www.percona.com/blog/mysql-query-digest-with-performance-schema/
Understanding MySQL Query Digest with Performance Schema
Apr 28, 2026 - Performance Schema is doing the query digest already for you. It is just a matter of how to access the data in a way that suits your requirements.
understandingmysqlquerydigestperformance
https://www.pluralsight.com/courses/monitoring-mysql-performance-schema
Monitoring MySQL with Performance Schema
monitoringmysqlperformanceschema
https://www.percona.com/blog/online-schema-changes-on-tables-with-foreign-keys-in-mysql/
Online Schema Changes on Tables with Foreign Keys in MySQL - Percona
Mar 26, 2026 - pt-online-schema-change is an amazing tool for assisting in table modifications in cases where ONLINE ALTER is not an option. But if you have foreign keys,...
schema changesforeign keysonlinetables
https://www.percona.com/blog/using-liquibase-as-a-solution-for-deploying-and-tracking-mysql-schema-changes/
Using Liquibase as a Solution for Deploying and Tracking MySQL Schema Changes - Percona
Mar 26, 2026 - Liquibase is an open source, database-independent framework for deploying, managing, and tracking MySQL schema changes.
https://www.percona.com/blog/mysql-8-0-22-show-processlist-version-2-now-available-from-performance_schema/
MySQL 8.0.22: SHOW PROCESSLIST Version 2 - Now Available From PERFORMANCE_SCHEMA - Percona
Apr 27, 2026 - Complete details about the new MySQL SHOW PROCESSLIST implementation using PERFORMANCE_SCHEMA.
https://www.percona.com/blog/tag/mysql-5-6-performance-schema/
MySQL 5.6 Performance Schema Archives - Percona
mysql 5performance schema6archivespercona
https://www.percona.com/blog/webinar-mysql-5-6-performance-schema/
Webinar: Overview of MySQL 5.6 Performance Schema | Percona
May 5, 2026 - "Using MySQL 5.6 Performance Schema to Troubleshoot Typical Workload Bottlenecks." Webinar. May 15, 10 a.m. Pacific, led by Peter Zaitsev. Register now!
webinar overviewmysql 5performance schema6percona
https://www.alibabacloud.com/help/en/dts/user-guide/synchronize-or-migrate-events-from-the-source-database
Migrate MySQL Events with DTS to Ensure Schema Consistency - Data Transmission Service - Alibaba...
Prevent schema drift and data inconsistency when synchronizing MySQL or PolarDB events via DTS. Step-by-step guide covers task configuration, incremental...
https://www.percona.com/blog/easy-query-metrics-with-mysql-performance-schema/
Easy Query Metrics with MySQL Performance Schema | Percona
Mar 25, 2026 - Daniel Nichter details how to get MySQL Performance Schema query metrics -- like min, max, and average query execution time -- with a few clicks!
mysql performance schemaquery metricseasypercona
https://www.percona.com/blog/performance-schema-for-mysql-troubleshooting-webinar-q-a/
Performance Schema for MySQL Troubleshooting Webinar: Q & A - Percona
performance schemamysql troubleshootingwebinarpercona
https://www.skeema.io/
Skeema.io | Safe schema management for MySQL and MariaDB
Schema management system for MySQL and MariaDB, providing a declarative pure-SQL infrastructure-as-code workflow.
schema managementiosafemysqlmariadb
https://www.percona.com/blog/webinar-introduction-mysql-sys-schema-follow-questions/
Webinar: Introduction to MySQL SYS Schema follow up questions - Percona
Mar 25, 2026 - Mysql Sys Schema, Performance Schema
introduction to mysqlsys schemafollow upwebinarquestions
https://www.percona.com/blog/advanced-mysql-query-tuning-and-mysql-5-6-performance-schema-webinars/
MySQL Query Tuning, MySQL 5.6 Performance Schema webinars
May 5, 2026 - Alexander Rubin will demonstrate advanced MySQL query tuning techniques to boost MySQL query performance for subqueries and "order by" queries. Aug. 6!
query tuning5 6performance schemamysqlwebinars
https://www.percona.com/blog/schema-changes-in-mysql-for-openstack-trove-users/
Schema Changes in MySQL for OpenStack Trove Users | Percona
May 4, 2026 - Stephane Combaudon offers options for performing online schema changes by DBAs using OpenStack Trove instances.
schema changesopenstack trovemysqluserspercona
https://www.percona.com/blog/syncing-mysql-slave-table-with-pt-online-schema-change/
How to Sync MySQL Slave Table with pt-online-schema-change
Mar 25, 2026 - pt-online-schema-change and a NOOP ALTER solves a customer issue in which 95% of the table on the master was different on the slave. Jervin Real explains.
how to syncmysqlslave
https://www.percona.com/blog/a-schema-change-inconsistency-with-galera-cluster-for-mysql/
A schema change inconsistency with Galera Cluster for MySQL
May 4, 2026 - Stephane Combaudon shares what he learned from a recent customer case where one node of a Galera cluster had its schema desynchronized with the other nodes.
galera clusterschemachangeinconsistencymysql
https://www.percona.com/blog/mysql-5-6-vs-5-5-on-the-star-schema-benchmark/
MySQL 5.6 vs MySQL 5.5 & the Star Schema Benchmark | Percona
star schema benchmarkmysql 56vspercona
https://www.percona.com/blog/addressing-hot-schema-changes-in-mysql/
Addressing Hot Schema Changes in MySQL - Percona
Mar 25, 2026 - As ones data model evolves changing the database schema becomes painful, especially for big databases where the table must be taken offline. Fortunately,...
schema changesaddressinghotmysqlpercona
https://www.solarwinds.com/blog/temp-tables-filesorts-utf8-varchar-and-schema-design-in-mysql
Temp Tables, Filesorts, UTF8, VARCHAR, and Schema Design in MySQL - SolarWinds Blog
Jun 17, 2025 - The other day we were doing some peer review on a schema change at SolarWinds and the topic of character set, column length, and the potential downsides of...
https://www.percona.com/blog/testing-mysql-partitioning-pt-online-schema-change/
How to Test MySQL Partitioning with pt-online-schema-change
Apr 28, 2026 - David Ducos details how to test your MySQL partitioning efforts even when the table on your production environment has hundreds of millions of rows.
how to testmysql partitioningptonlineschema
https://www.percona.com/blog/profiling-mysql-queries-from-performance-schema/
Profiling MySQL Queries from Performance Schema | Percona
Apr 28, 2026 - Jervin Real executes a simple query and profiles it with Performance Schema (Profiling will be removed soon (already deprecated on MySQL 5.6 ad MySQL 5.7).
performance schemaprofilingmysqlqueriespercona
https://www.php.net/manual/ja/class.mysql-xdevapi-schema.php
PHP: mysql_xdevapi\Schema - Manual
php mysqlschemamanual
https://www.percona.com/blog/understanding-mysql-memory-usage-with-performance-schema/
Understanding Memory Usage in MySQL Performance Schema | Percona Blog
Apr 27, 2026 - Memory instrumentation in MySQL Performance Schema allows for easy understanding of the memory usage details. Use custom queries to use memory instrumentation...
mysql performance schemamemory usageunderstandingperconablog
https://www.percona.com/blog/new-performance_schema-defaults-mysql-5-7-7/
New PERFORMANCE_SCHEMA Defaults in MySQL 5.7.7 | Percona
Apr 28, 2026 - Percona's Robert Barabas talks about the new PERFORMANCE_SCHEMA defaults in MySQL 5.7.7 and why you should take a closer look.
new performancemysql 5schemadefaults7
https://www.percona.com/blog/schema-design-in-mongodb-vs-schema-design-in-mysql/
Schema Design in MongoDB vs Schema Design in MySQL | Percona
Mar 26, 2026 - Percona Consultant Stephane Combaudon elaborates on the key differences between a MySQL database schema design and a MongoDB schema design.
mongodb vs mysqlschema designpercona
https://packagist.org/packages/mysql-workbench-schema-exporter/mysql-workbench-schema-exporter
mysql-workbench-schema-exporter/mysql-workbench-schema-exporter - Packagist.org
MySQL Workbench Schema Exporter
mysql workbenchschemaexporterpackagist