Cool, would this be better than using a clickhouse / duckdb extension that reads postgres and saves to Parquet?
What would be recommended to output regularly old data to S3 as parquet file? To use a cron job which launches a second Postgres process connecting to the database and extracting the data, or using the regular database instance? doesn't that slow down the instance too much?
replies(2):