Sha256: 53668f971befd70e47a5d682dfeabc82ea6bb2cf85e644d2709b819999c92063
Contents?: true
Size: 603 Bytes
Versions: 3
Compression:
Stored size: 603 Bytes
Contents
# 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](https://www.facebook.com/note.php?note_id=430801045932) commentary. Instead of using outfiles we follow [lhm](https://github.com/soundcloud/lhm)'s approach. The code is the readme. If you donot grok the code then you really should not use this. Install ======= ``` gem install zdm ``` [![Build Status](https://travis-ci.org/itrp/zdm.png)](https://travis-ci.org/itrp/zdm)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zdm-1.0.2 | README.md |
zdm-1.0.1 | README.md |
zdm-1.0.0 | README.md |