Hacker News new | ask | show | jobs
by 1egg0myegg0 1666 days ago
I should also add that there is a duckdb fdw, so you could have DuckDB read from your parquet files and do faster transformations before you pull your data into Postgres!

https://github.com/alitrack/duckdb_fdw

1 comments

This is crazy, have you measured that parquet + duckdb + postgresql is faster than parquet + postgresql?