sql - How to create a "live" feed for two seperate Postgres Instances? -


so feel pretty confident inside of postgres have interesting problem in opinion.

i have local postgres instance , remote postgres instance. remote instance read production server. need able pull records , generate views/tables/reports/whatever.

how can accomplish that?

currently using dblink running every 15 minutes pretty resetting local instance dropping objects , using pgagent jobs rebuild objects ready next cycle. labor intensive make changes , worse troubleshoot.

my eventual solution make views through dblink. clunky speed increase substantial , worth more restrictive coding requirements connection.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -