|
|
|
|
|
by formalreconfirm
393 days ago
|
|
Someone correct me if I'm wrong but from my understanding, DuckDB will always be the query engine, thus I suppose you will have access to DuckDB query parallelism (single node but multithreaded with disk spilling etc) + statistics-based optimizations like file pruning, predicate pushdown etc offered by DuckLake. I think DuckLake is heavily coupled to DuckDB (Which is good for our use case). Again, this is my understanding, correct me if wrong. |
|
It's currently only DuckDB specific because the initial implementation that supports this new catalog is a DuckDB extension