TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Logical Replication from Postgres to Iceberg

2 pointsby plaur78230 days ago

1 comment

pg_202330 days ago
Lol ; I was currently building something quite similar with vibe coding.<p>Using pgx + pglogrepl in Golang read logical changes - pgoutput Insert into s3 tables.<p>Advantage here is that we run everything on AWS, and can&#x27;t install certain extensions in postgres itself.<p>+ Every little cpu I can save of postgres would want that.