logoalt Hacker News

partdavid11/07/20241 replyview on HN

How does this replicate Postgres data? I glanced at the code and saw that it exports to a CSV file then writes out an Iceberg table for an initial snapshot--does it use Postgres logical replication?


Replies

exAspArk11/07/2024

Full table re-syncing is our initial solution. Using Postgres logical replication is next on our roadmap!

show 1 reply