5 pointsby bersace2 hours ago3 comments
  • nohuman-labsan hour ago
    I wonder if this tool can support migration without downtime, data increase continuously
    • bersace34 minutes ago
      Integration with debezium is a planned feature.
  • quietrasteran hour ago
    migration tooling like this can remove a lot of quiet risk. which mysql edge case was hardest?
    • bersace33 minutes 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.

  • 2 hours ago
    undefined