|
|
|
|
|
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 |
|