Hacker News new | ask | show | jobs
by legg0myegg0 1875 days ago
The DuckDB folks are migrating from pull to push and put together this interesting documentation of their reasoning! They use a vectorized model instead of a compiled one, so it's another interesting comparison point. It seems like push will simplify how they handle parallelism.

https://github.com/duckdb/duckdb/issues/1583

1 comments

(I'm the author of this post) That's a great document I hadn't seen, thanks for sharing!