This is the multi-page printable view of this section. .
Module: DuckDB
Install DuckDB, a high-performance embedded analytical database component.
DuckDB is a high-performance embedded analytical database.
DuckDB is embedded, so it does not require deployment or service management. Install the DuckDB package on the node and use it directly.
Installation
The current Pigsty node platform mapping includes the duckdb package, which can be installed directly from the Infra repository:
Install with pig:
Resources
Pigsty provides DuckDB-related PostgreSQL extensions:
pg_duckdb, the official DuckDB PostgreSQL extensionpg_mooncake, builds onpg_duckdbwith columnar engine and syncpg_analytics, high-performance OLAP built on DuckDB; the project is archived and has been removed from the current Pigsty extension catalogduckdb_fdw, a DuckDB foreign data wrapper for reading and writing DuckDB files from PostgreSQL