deactivateduser278489
12/03/2021, 5:50 PMUnable to replicate binlog stream because the following binary log(s) no longer exist
This seems a bit odd to me because I’ve been running these pipelines daily and assumed the associated binlog for that state would have updated to a more recent binlog file (the binlog files get removed after seven days). Upon reflection I realize that perhaps if no changes occurred to that table then the binlog may not have gotten updated.
So my question is the following:
Does the associated binlog file for a table ONLY get updated if there is a data change for that table?
As a background I’m using the transferwise mysql tap.
Thanks all.samira_el
12/06/2021, 8:35 AMDoes the associated binlog file for a table ONLY get updated if there is a data change for that table?Correct. As such, log based is not suitable for tables that don't change that often.
deactivateduser278489
12/06/2021, 3:47 PM