My favorite thing about pg_parquet is that you can build sophisticated data pipelines directly from PostgreSQL, because it connects PostgreSQL to a universal data storage and exchange platform: S3.
For instance, you can periodically (with pg_cron) copy your Postgres time partitions into compressed Parquet files in S3, a... See more