Hello all, we are using meltano to dump data from a big monolith MySQL database to snowflake. Unfortunately, this does not work. We are using binlog replication and tried a lot of things already (S3 stage, different file formats, parallelism), but the performance is very poor.
If we take just one single medium sized table (1.5 GB) with ~8 million rows of the database the initial sync takes 40 min, and a daily refresh takes more than one hour (binlog). As our database has 500GB, we currently don’t see a solution. How do you guys load data into Snowflake from MySQL? Is the approach simply not feasible for large monoliths?