Tagged articles
9 articles
Page 1 of 1
Efficient Ops
Efficient Ops
Jul 10, 2024 · Databases

Boost MySQL DBA Productivity with Essential Open‑Source Tools

This article introduces a collection of practical open‑source utilities—including SQLTXPLAIN, SOAR, SQLAdvisor, and Percona Toolkit tools—that streamline common MySQL DBA tasks such as schema changes, replication checks, slow‑query analysis, and data consistency verification, helping engineers work faster and more efficiently.

DBA toolsSQL Optimizationmysql
0 likes · 8 min read
Boost MySQL DBA Productivity with Essential Open‑Source Tools
Qunar Tech Salon
Qunar Tech Salon
Nov 19, 2020 · Databases

Automated Migration Platform for Qunar DBA: Architecture, Implementation, and Outcomes

This article describes Qunar's DBA department automated migration platform, detailing its motivation, overall architecture, task pool and templates, customizable web‑based workflow, scheduling, execution queue, tooling, and the significant efficiency and reliability gains achieved across numerous database migration scenarios.

DBA toolsPythonSaltStack
0 likes · 10 min read
Automated Migration Platform for Qunar DBA: Architecture, Implementation, and Outcomes
Efficient Ops
Efficient Ops
Sep 6, 2018 · Databases

Automating MySQL SQL Audits with Inception and Overmind

This article describes how a DBA team introduced the open‑source Inception tool and built a custom web UI called Overmind to automate MySQL SQL auditing, streamline dev/QA workflows, and safely manage production deployments with email‑based DBA approvals.

DBA toolsInceptionOvermind
0 likes · 6 min read
Automating MySQL SQL Audits with Inception and Overmind
ITPUB
ITPUB
Jul 7, 2018 · Databases

Unlocking MySQL: How SQL Parsing Works and Boosts DBA Efficiency

This article explains why protecting database systems is critical, reviews existing SQL‑analysis tools, and dives deep into MySQL's lexical and syntax parsing techniques—including Bison‑generated parsers, core data structures, and practical applications such as useless‑condition removal and SQL feature generation—to help DBAs automate and optimize their workflows.

BisonDBA toolsSQL parsing
0 likes · 15 min read
Unlocking MySQL: How SQL Parsing Works and Boosts DBA Efficiency
Tencent Cloud Developer
Tencent Cloud Developer
Mar 23, 2018 · Databases

Using gh-ost for Online MySQL Schema Changes: Features, Modes, and Practical Tips

gh‑ost is a lightweight, trigger‑free, Go‑based online MySQL schema‑change tool that reads binary logs, applies alterations to temporary tables, and offers pauseable, auditable, and dynamically controllable migrations via socket commands, supporting master‑only, replica‑assisted, or replica‑testing modes and used extensively at GitHub.

DBA toolsOnline Schema Changebinary log
0 likes · 17 min read
Using gh-ost for Online MySQL Schema Changes: Features, Modes, and Practical Tips
Java High-Performance Architecture
Java High-Performance Architecture
Mar 5, 2016 · Databases

Real‑Time Linux & MySQL Monitoring with OrzDBA

OrzDBA, a Perl‑based monitoring script from Taobao's DBA team, provides real‑time insight into Linux system metrics and MySQL performance indicators, offering commands to view load, CPU, swap, disk I/O, network traffic, and detailed MySQL statistics.

DBA toolsLinux monitoringOrzDBA
0 likes · 4 min read
Real‑Time Linux & MySQL Monitoring with OrzDBA
dbaplus Community
dbaplus Community
Jan 10, 2016 · Databases

Essential Free Tools Every Oracle DBA Should Master

A practical guide introduces nine free Oracle DBA utilities—including OS Watcher, oratop, ora, SQL Developer, AWR/ASH/ADDM, ORAchk, RDA, RMAN, and OEM CC—detailing their installation, usage, and key features for effective database monitoring and maintenance.

DBA toolsDatabase MonitoringOracle
0 likes · 10 min read
Essential Free Tools Every Oracle DBA Should Master