logoalt Hacker News

aleks_me2today at 2:53 PM2 repliesview on HN

Can Partitioning be used to move data to S3 Storage, for long term archiving?


Replies

__stoday at 3:22 PM

In theory yes, just need s3 fdw

I demonstrated this with ClickHouse: https://github.com/ClickHouse/pg_clickhouse/blob/main/doc/of...

We're working on a chdb based mechanism to copy to/from s3, maybe with fdw on top we can back table in s3

You can try similar things with pg_duckdb & pg_lake

ignaciovdktoday at 3:16 PM

No, and with timescaledb is a feature of their cloud platform. For on prem you can use something like Arc: https://github.com/Basekick-Labs/arc

show 1 reply