Rhys Davies
01/11/2024, 6:10 PMel
? I’ve got a table with 66 million rows that I would like to use Meltano to keep track of with CDC, but the initial replication takes way longer than Airbyte (8hrs vs. Airbyte’s 2.5hrs) which we are trying to move away from for a variety of reasons. Any help greatly appreciated!aaron_phethean
01/19/2024, 12:19 PM--state-id-suffix
https://docs.meltano.com/reference/command-line-interface/#parameters-3
I presume this state id is an attempt to run the sync of various tables in parallel? Other ideas to address the performance issues:
• would LOG_BASED be an option in your variant (https://github.com/transferwise/pipelinewise-tap-postgres once caught up it should be able to keep up)
• an tap -> target that leveraged BATCH would hugely improve the performance
• anyone else got any ideas?Edgar Ramírez (Arch.dev)
01/19/2024, 6:36 PMRhys Davies
01/23/2024, 12:31 AM