5 comments

[ 0.60 ms ] story [ 11.5 ms ] thread
(comment deleted)
I wonder if this tool can support migration without downtime, data increase continuously
Integration with debezium is a planned feature.
migration tooling like this can remove a lot of quiet risk. which mysql edge case was hardest?
mysql accepts utf-8 in latin-1 varchar, bad dates, etc. mysql is actually a fractal of bad design for data integrity.

For SQL syntax, using bare strings as identifier may be a nightmare: `SELECT 1 'int'` is a column named int.