Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
帮助我为两个 Postgresql 数据库之间的一个表的主从复制提供一个简单的(轻量级)解决方案。该表包含一个大对象。
在这里,您将找到 PostgreSQL 复制工具的一个很好的概述。请看一看,希望你能选择一个。
否则,如果您需要真正轻量级的东西,您可以自己做。如果您需要几乎立即的更改传播,您将需要一个触发器和几个函数,一个dblink模块,否则您可以使用cron.
cron