Live data from Hacker News

GitHub's online schema migration for MySQL

github.com

1–10 of 96 posts

Re: GitHub's online schema migration for MySQL

#2
I 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

#3
post #2

I 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

#9
post #7
post #5

Holy crap, an alternative to Percona? Why does MySQL get two awesome tools and Postgres nothing?

mysql is a bigger target market.

We recently started investing in Postgres because of support of JSON fields and nested indexes in those fields. Should we have chosen MySQL?
Post reply on HN