|
|
|
|
|
by ashes
1506 days ago
|
|
I've been experimenting with DuckDB using modified Mondrian OLAP engine and it looks very promising so far, performance wise. A questions I have to author, or anyone using: Is there a easy way to transfer whole Postgres DB into DuckDB so I can do some tests with actual client data? I could export each table by hand and reimport it, but that is kind of painful. |
|
DuckDB also has the ability to read Postgres data directly, and there is a Postgres FDW that can read from DuckDB!
https://github.com/duckdblabs/postgresscanner
https://github.com/alitrack/duckdb_fdw