Project

zdm

0.0
Repository is archived
Low commit activity in last 3 years
A long-lived project that still receives updates
Zero Downtime Migrator of mysql compatible databases
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Zero Downtime Migrator

Minimal code to migrate big tables in mysql, mariadb or aurora with zero downtime of the systems. Only works with tables that have an auto increment primary key column named id.

Read Facebook's OCS commentary. Instead of using outfiles we follow lhm's approach.

The code is the readme. If you donot grok the code then you really should not use this.

See also documentation from mysql on Online Status for DDL Operations.

Install

gem install zdm

Build Status