|
|
|
|
|
by 1egg0myegg0
1666 days ago
|
|
I am not very familiar with the Postgres Parquet FDW, but here is an educated guess! Postgres is a row store engine rather than a column store, so I believe there will need to be quite a lot of translation for Postgres to be able to process parquet data (DuckDB and parquet are both columnar). My hypothesis is that DuckDB would be significantly faster! However, feel free to benchmark things! |
|
https://github.com/alitrack/duckdb_fdw