TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Pgactive: Active-Active Replication Extension for PostgreSQL on Amazon RDS

6 点作者 ahachete超过 1 年前

1 comment

jauntywundrkind超过 1 年前
Reminds me of this interesting call out in <i>Postgres 16: The exciting and the unnoticed</i>:<p>&gt; <i>Moving towards Active Active replication: A feature was committed in Postgres 16 to allow logical replication to avoid replication loops, which is when a transaction gets replicated from source to target and back. Postgres 16 allows subscribers to process only changes which have no origin which allows you to prevent these loops. Bi-directional active-active replication is still very complicated and requires solving a lot of problems, but this feature tackles one of those important sub-problems.</i><p><a href="https:&#x2F;&#x2F;tembo.io&#x2F;blog&#x2F;postgres-16&#x2F;#laying-the-groundwork-for-an-exciting-postgres-17-and-beyond" rel="nofollow noreferrer">https:&#x2F;&#x2F;tembo.io&#x2F;blog&#x2F;postgres-16&#x2F;#laying-the-groundwork-for...</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37613690">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37613690</a> (18d ago, 1 comment)<p>The AWS submission here is quite short. There&#x27;s a longer read available at <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;database&#x2F;using-pgactive-active-active-replication-extension-for-postgresql-on-amazon-rds-for-postgresql&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;database&#x2F;using-pgactive-active-...</a> that sheds some light on the basis for their technology:<p>&gt; <i>pgactive is based on the open-source BDR project and includes functions that let you set up an active-active PostgreSQL cluster, conflict detection and automatic resolution methods (for example, last-write-wins), conflict monitoring, and more.</i><p>They link to this old BDR project wiki page <a href="https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;BDR_Project" rel="nofollow noreferrer">https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;BDR_Project</a> , but it&#x27;s quite stale. Efforts seems to have been ongoing as EnterpriseDB, <a href="https:&#x2F;&#x2F;github.com&#x2F;EnterpriseDB">https:&#x2F;&#x2F;github.com&#x2F;EnterpriseDB</a> .<p>That&#x27;s many of the same folks as behind the cloudnative-pg k8s operator. <a href="https:&#x2F;&#x2F;www.enterprisedb.com&#x2F;blog&#x2F;introducing-cloudnativepg-new-open-source-kubernetes-operator-postgres" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.enterprisedb.com&#x2F;blog&#x2F;introducing-cloudnativepg-...</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37616033">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37616033</a> <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=cloudnative-pg&amp;sort=byDate" rel="nofollow noreferrer">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=cloudnative-pg&amp;sort=byDate</a>