github/gh-ost
GitHub's Online Schema-migration Tool for MySQL observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 62.5
- age_days: 3817
- days_rel: 16
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
13540 stars · 1416 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gh-ost is GitHub's triggerless online schema migration tool for MySQL. It copies tables to a ghost table while streaming binary log changes asynchronously, enabling pausable, throttled, and auditable migrations with minimal load on the master.
Use cases
- run online schema migrations on mysql without locking tables
- add or drop columns on large mysql tables with zero downtime
- migrate a mysql table schema without triggers
- throttle or pause a live table migration on a busy master
- test schema migrations safely on a replica before running on production
- change table indexes on high-traffic mysql databases
When to choose
- you need zero-downtime schema changes on large, busy MySQL tables
- you want a migration tool that avoids triggers and their overhead
- you need fine-grained control: pause, throttle, and dynamically reconfigure migrations
- you want to validate migrations on replicas before applying them to masters
When to avoid
- you use a database other than MySQL
- your tables are small enough that a simple ALTER TABLE is acceptable
- you cannot access the binary log stream or replicas
- you need migrations for non-table objects like stored procedures
Facets
cli-tool · maturity active
database deployment cli databases developer-tools go cli mysql schema-migration online-schema-change triggerless binlog database-migrations devops linux macos
1 source
- readme: https://github.com/github/gh-ost · fetched 2026-08-28 · 66b2f3343714
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| github/gh-ost | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem