Hi,
I'm building a postgres2postgres sync.
If I synced some of our very large tables (tens of GB), even if I used incremental mode, the initialization would take several days, end every time we changed the underlying structure, the sync refresh would take several days again.
If I have an already existing data on destination Postgres, is it possible to use them to "pre-fill" the target structures to avoid complete refresh of sync? In other words, can I initiate the incremental sync manually to let the Airbyte do just the future increments?
Thanks!