What's the best way to manage various tables inges...
# ask-community-for-troubleshooting
p
What's the best way to manage various tables ingestion from same DB while using Postgres as source ? a) Use a new connection for each table b) All tables in same connections In former approach how are we handing if there is a re-sync in schema required for single table out of n tables ?
m
Some users use individual connections to large tables and a common sync for the smaller ones