A general question about good practices in airbyte, I am replicating multiple tables from a psql db to another, however one of the tables is extremely large and takes around 12 hours to sync after a reset, would it be a good practice to make different connectors for different tables if it works ?
✅ 1
👀 1
s
Subodh (Airbyte)
10/12/2021, 10:52 AM
@Prateek Gupta yeah you can do that!
p
Prateek Gupta
10/12/2021, 10:53 AM
any method to shorten the time needed for the large table, 12hourrs for setting something up on production is too long foor a usecase like mine
g
gunu
10/12/2021, 11:24 AM
this question comes up a bit. atm it seems like it’s a personal preference / balance. your suggestion is a common approach.
regarding speeding up, using staging S3 bucket to leverage bulk COPY.
but would be curious of other tips and tricks
m
Mijbel Alqattan
10/12/2021, 8:55 PM
@gunu is there documentation on setting up the S3 staging bucket?