Ross ROSS = Recommend OSS · open-source software intelligence for agents

duckdb/pg_duckdb

DuckDB-powered Postgres for high performance apps & analytics. observed · 2026-08-28

github.com/duckdb/pg_duckdb · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 93
  • Release rhythm 50
  • Longevity 64
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 65
  • age_days: 896
  • days_rel: 259
  • days_push: 47
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3210 stars · 200 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

pg_duckdb is an official PostgreSQL extension that embeds DuckDB's columnar-vectorized analytics engine inside Postgres. It lets users run analytical SQL queries directly against existing Postgres tables and external data lake files (Parquet, CSV, JSON, Iceberg, Delta Lake) without exporting data.

Use cases

  • run fast analytical queries on existing postgres tables
  • query parquet and csv files in s3 from postgres
  • accelerate olap workloads without moving data out of postgres
  • read iceberg and delta lake tables from a postgres database
  • use motherduck as a compute provider from postgres
  • build high performance analytics apps on postgres

When to choose

  • you want in-database analytics acceleration on postgres without exporting data
  • you need to query data lake files like parquet or iceberg directly from SQL
  • you want duckdb's execution engine with postgres compatibility

When to avoid

  • you need a standalone analytics database rather than a postgres extension
  • your workload is purely transactional (OLTP) with no analytical queries
  • you cannot install extensions on your managed postgres service

Facets

plugin · maturity active

database analytics etl databases analytics big-data self-hosted cloud postgresql-extension duckdb columnar-analytics data-lake parquet olap query-engine data-engineering linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
duckdb/pg_duckdbmain72

For agents

markdown · JSON · MCP: product_card(name="duckdb/pg_duckdb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem