Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: replication Clear Filter

Pgactive: Postgres active-active replication extension

Active-active Replication Extension for PostgreSQL (pgactive) pgactive is a PostgreSQL replication extension for creating an active-active database. Overview Database replication is a method that copies changes between databases instances, and is a key component for use cases like high availability, reducing latency between an application and its source data, moving data between systems such as production and test, infrastructure migration, and others. Relational databases such as PostgreSQL

AWS open-sourced Postgres active-active replication extension

Active-active Replication Extension for PostgreSQL (pgactive) pgactive is a PostgreSQL replication extension for creating an active-active database. Overview Database replication is a method that copies changes between databases instances, and is a key component for use cases like high availability, reducing latency between an application and its source data, moving data between systems such as production and test, infrastructure migration, and others. Relational databases such as PostgreSQL

The upcoming GPT-3 moment for RL

The upcoming GPT-3 moment for RL Matthew Barnett, Tamay Besiroglu, Ege Erdil Jun 20, 2025 GPT-3 showed that simply scaling up language models unlocks powerful, task-agnostic, few-shot performance, often outperforming carefully fine-tuned models. Before GPT-3, achieving state-of-the-art performance meant first pre-training models on large generic text corpora, then fine-tuning them on specific tasks. Today’s reinforcement learning is stuck in a similar pre-GPT-3 paradigm. We first pre-train l

Speeding up PostgreSQL dump/restore snapshots

The last few pgstream releases have focused on optimizing snapshot performance, specifically for PostgreSQL targets. In this blog post, we’ll walk through the key improvements we made, share the lessons we learnt, and explain how they led to significant performance gains. But first, some context! What is pgstream? pgstream is an open source CDC(Change Data Capture) tool and library that offers Postgres replication support with DDL changes. Some of its key features include: Replication of DDL