nohuman-labs
3 hours ago
I wonder if this tool can support migration without downtime, data increase continuously
bersace
3 hours ago
Integration with debezium is a planned feature.
3 hours ago
I wonder if this tool can support migration without downtime, data increase continuously
3 hours ago
Integration with debezium is a planned feature.
3 hours ago
migration tooling like this can remove a lot of quiet risk. which mysql edge case was hardest?
3 hours ago
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.
4 hours ago