(HELP!)Query performance: DuckDB vs DuckLake #658
woshizhaofang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tested run create table sql with duckdb and ducklake separately, loop 100 times ,
takes around 1.5s
takes around 24s(16 times slower than duckdb...)
May I know how to tuning ducklake to make it as fast as duckdb(1.5s cost)? many tks.
You can find the reproducible example in attached file.
ducklake_tuning_new.py
ducklake_tuning_org.py
for ducklake_tuning_new.py, it's using ducklake.
for ducklake_tuning_org.py, it's using duckdb.
Beta Was this translation helpful? Give feedback.
All reactions