Hey Guys, quick check in. For postgres to postgres...
# ask-community-for-troubleshooting
a
Hey Guys, quick check in. For postgres to postgres data transfer would a db sync / replication be better (it's realtime and lighter as it would sync only the changes) or would airbyte have any advantages (usability definitely is one)
1
u
Airbyte source and destinations are independent between them. This gives more flexibility because you can choose any source and any destination to sync and always work. Also, some cases from the transactional database (your postgres) you have json data you want to transform to a more analytical model to your datawarehouse. But, maybe to bring more performance for some specific cases having this option could be great. Could you open a Github issue to discuss there?
a
Thanks Marcos, will the same