Skip to content

Commit 026cd12

Browse files
author
Shlomi Noach
committed
adding documentation
1 parent 493b851 commit 026cd12

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# gh-ost
2-
GitHub's Online Schema Change for MySQL
1+
# gh-ost: GitHub's online schema migration for MySQL
2+
3+
`gh-ost` allows for online schema migrations in MySQL
4+
5+
6+
## What's in a name?
7+
8+
Originally this was named `gh-osc`: GitHub Online Schema Change, in the likes of [Facebook online schema change](https://www.facebook.com/notes/mysql-at-facebook/online-schema-change-for-mysql/430801045932/) and [pt-online-schema-change](https://www.percona.com/doc/percona-toolkit/2.2/pt-online-schema-change.html).
9+
10+
But then a rare genetic mutation happened, and the `s` transformed into `t`. And that sent us down the path of trying to figure out a new acronym. Right now, `gh-ost` (pronounce: _Ghost_), stands for:
11+
- GitHub Online Schema Translator/Transformer/Transfigurator
12+
13+
## Authors
14+
15+
`gh-ost` was designed, authored, reviewed and tested by the database infrastructure team at GitHub:
16+
- @jonahberquist
17+
- @ggunson
18+
- @tomkrouper
19+
- @shlomi-noach

0 commit comments

Comments
 (0)