dylan_just
08/07/2022, 7:26 AMmax_standby_archive_delay/max_standby_streaming_delay
limit. While we can increase this, it's not really desirable. Furthermore, the Meltano run doesn't seem to give the db replication a chance to catch up - in monitoring, the streaming delay constantly increases for the duration of the meltano run.
I'm wondering if anyone has any advice on the best way to do get the initial data import happening in our scenario?andrey_tatarinov
08/09/2022, 8:44 AMandrey_tatarinov
08/09/2022, 8:48 AMandrey_tatarinov
08/09/2022, 8:49 AMandrey_tatarinov
08/09/2022, 8:50 AMandrey_tatarinov
08/09/2022, 8:50 AMedgar_ramirez_mondragon
08/09/2022, 2:04 PMandrey_tatarinov
08/09/2022, 7:45 PMdylan_just
08/11/2022, 9:59 AMjonas_kalderstam
09/29/2022, 4:43 PMjonas_kalderstam
09/29/2022, 4:46 PMjonas_kalderstam
09/29/2022, 8:21 PMdylan_just
09/29/2022, 11:07 PMdylan_just
09/29/2022, 11:17 PMitersize
rows that match a single bookmark value, then singlepage will never progress. e.g. say itersize is 10k and my incremental state field is "last_updated" and there are 20k records with the same last_updated value, then singlepage will just get the first 10k each time. One of my workmates foresaw this and suggested adding a secondary key (e.g. a primary key) so that the bookmark is always a unique point. But I think a scenario like this would be rare.
But, at this stage, your code looks pretty much exactly how I imagined it. Nice work.jonas_kalderstam
09/30/2022, 6:49 PM