Y
Hacker News
new
|
ask
|
show
|
jobs
by
wenc
961 days ago
It's not doing a full table scan of the entire source table 64 times -- it's only scanning the id column (DuckDB + Parquet is a columnar store) and retrieving the corresponding rows from other columns. It's pretty fast.