Hi! I have a question. I want to connect a Postgres database using CDC but my blocker today is that one table is to big to do a full refresh without impacting (around 100gb). Is there any way to address this synchronization without making a huge impact in the database? Or maybe, the full synchronization process is smart enough to do it using batch without making big impact.
Is there any documentation you’d recommend me to start?
Thanks !