Nathan Meek
07/18/2024, 6:13 PMtap-postgres
(meltanolabs) and pulling data via the replication slot. I have a few schemas with about 100 tables in each schema. Does the tap iterate through each stream and wait for 5 seconds vs just reading the slot for a period of time and then aggregate the data per stream?
Each time I run meltano, it takes nearly an hour to read from the slot because it appears that it’s waiting 5 seconds per stream. Is that accurate?