GitHub's online schema migration for MySQL
1–10 of 96 posts
Re: GitHub's online schema migration for MySQL
#2I used it and it's really impressive. Works as described. The only issue with this is that you can't easily use it without understanding how it works. It's more of a system you have to own rather than a tool you can use, so you can't just point a new person at it and go "just run this".
Re: GitHub's online schema migration for MySQL
#3I used it and it's really impressive. Works as described. The only issue with this is that you can't easily use it without understanding how it works. It's more of a system you have to own rather than a tool you can use, so you can't just point a new person at it and go "just run this".
I agree. I've used it a lot too, but only after a few test runs against some snapshots to get familiar with the operational aspects of it.
Re: GitHub's online schema migration for MySQL
#4You can jump through hoops or just use an RDBMS that supports transactional DDL.
Re: GitHub's online schema migration for MySQL
#5Holy crap, an alternative to Percona? Why does MySQL get two awesome tools and Postgres nothing?
Re: GitHub's online schema migration for MySQL
#6Very cool! Curious, does this leverage this go-mysql library at all? https://github.com/siddontang/go-mysql
Re: GitHub's online schema migration for MySQL
#7Holy crap, an alternative to Percona? Why does MySQL get two awesome tools and Postgres nothing?
mysql is a bigger target market.
Re: GitHub's online schema migration for MySQL
#8Very cool! Curious, does this leverage this go-mysql library at all? https://github.com/siddontang/go-mysql
Re: GitHub's online schema migration for MySQL
#9Re: GitHub's online schema migration for MySQL
#10I believe RDS uses this same technique for instance resize/replace.