from Hacker News

Pgwarehouse: Easily sync your Postgres db to a Snowflake or ClickHouse warehouse

by scottpersinger on 3/18/23, 9:28 PM with 4 comments

  • by higeorge13 on 3/19/23, 8:55 PM

    Interesting tool! I am curious about this feature: https://github.com/scottpersinger/pgwarehouse#last-modified in Clickhouse. Have you tested it on big tables and how well does it perform?
  • by scottpersinger on 3/18/23, 9:28 PM

    Built this recently to help a friend setup a Snowflake warehouse from their Postgres database. Also tested it with ClickHouse which is cool for running locally. Uses simple COPY which is fast and doesn't require binlog access, but doesn't support real-time replication as a result.