PostgreSQL Migrator 1.0: Moving Fast from Oracle and MySQL to PostgreSQL

5 pointsposted 4 hours ago
by bersace

5 Comments

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.

quietraster

3 hours ago

migration tooling like this can remove a lot of quiet risk. which mysql edge case was hardest?

bersace

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.

user

4 hours ago

[deleted]