florian_kuhnlenz
10/22/2022, 3:58 PMchristoph
10/23/2022, 6:45 AMflorian_kuhnlenz
10/23/2022, 6:54 AMchristoph
10/23/2022, 9:03 PMflorian_kuhnlenz
10/24/2022, 5:25 AMchristoph
10/24/2022, 5:41 AMBut overall I understand that switching the db connection after the first replication is not impossible?Switching the db connection would be easier with the incremental replication, because the incremental replication logic is basically abstracted away into the presentation layer (speaking in OSI terms). Incremental replication does not depend on database-specific protocols like the opslog in MongoDB. So, the Singer Bookmark information in the meltano state files is unlikely to cause disruption when switching out the db connection in the tap's configuration.
christoph
10/24/2022, 5:42 AMThe concern is that a the many read queries slow down the critical writes to the point that things timeout or clog up the memory somewhere.Sounds like a "clone" will give you an increased flexibility to perform multiple repeated test loads and refine your initial load strategy then.