I’m using the `tap-postgres` (meltanolabs) and pul...
# singer-taps
n
I’m using the
tap-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?
👀 1