HN Hall of Fame Weekly email

DuckDB – An embeddable SQL database like SQLite, but supports Postgres features

duckdb.org Software & code Software projects Software engineering Candidate
Screenshot of duckdb.org captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 3 calendar years, with breakout response in 2 of them.

submissions
3
submitters
3
observed span
2020–2023
peak thread · 160 comments
801 pts
latest 20+ return · 2023-02-10
161 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

I spent a while looking at this today. It's really interesting. It's not based on SQLite at all (except for borrowing the SQLite shell implementation) but it looks very much like SQLite, in particular: - It's designed to work as an embedded library, eliminating the network overhead you usually get when talking to a database - Each database is a single file on disk - It ships as an "amalgamation" build - a single giant C++ file (SQLite is a…

simonw·801-point thread·

DuckDB is terrific. I'm bullish on its potential for simplifying many big data pipelines. Particularly, it's plausible that DuckDB + Parquet could be used on a large SMP machine (32+ cores and 128GB+ memory) to deal with data munging for 100s of gigabytes to several terabytes, all from SQL, without dealing with Hadoop, Spark, Ray, etc. I have successfully used DuckDB like above for preparing an ML dataset from about 100GB of input. DuckDB is undergoing rapid development these days…

I want to try DuckDB but it fails to load a Parquet file: https://github.com/duckdb/duckdb/issues/3969

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
963

reference only — not used in Hall rules or ranking

Total comments
264

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2020-09-20DuckDB – An embeddable SQL database like SQLite, but supports Postgres featuresFirst breakout · Best threadpcr910303801160
2022-06-25DuckDB, In-Process SQL OLAP DBwiradikusuma11
2023-02-10DuckDB – in-process SQL OLAP database management systemLatest 20+ point returnfreilanzer161103