I'm looking to determine if tap-mysql is suitable for my use case. I have a 1TB MySQL database with multiple large tables, and I'm aiming to develop an EL pipeline using TransferWise's tap-mysql and target-postgres.
While setting this up, I noticed that tap-mysql is taking a significant amount of time to read from the biglog file. For instance, it took 29 minutes to process 40,233 records. Proccessing time veries if tap-mysql has to read changes from biglog file & change log event is for very large table.
Could anyone provide suggestions or insights regarding this use case?