In the
docs, we talk about how postgres is not a great data warehouse, and doesn't do well with bulk operations on large amounts of data. Airbyte focuses on moving data out of postgres to other destinations (warehouses, lakes, files, etc)
That said,
this discussion is for thinking about chopping up a large load into multiple transactions... loosing some of the sync fidelity, but probably being more performant. Chime in on the Github discussion with your thoughts!