Skip to content
forked from github/gh-ost

生产环境数据库变更字段工具,大表变更新增字段时使用,原理:克隆一个临时表,在临时表上做变更, 同时把变更binlog也应用到临时表,全部都完成后在 rename 切换 GitHub's Online Schema Migrations for MySQL

License

Notifications You must be signed in to change notification settings

snail-tech/gh-ost

Error
Looks like something went wrong!

About

生产环境数据库变更字段工具,大表变更新增字段时使用,原理:克隆一个临时表,在临时表上做变更, 同时把变更binlog也应用到临时表,全部都完成后在 rename 切换 GitHub's Online Schema Migrations for MySQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 80.8%
  • TSQL 13.9%
  • Shell 5.3%