Skip to content

How deep the DuckDBClient optimisation goes, how much data is being downloaded? #1739

Answered by Fil
pstorozenko asked this question in Q&A
Discussion options

You must be logged in to vote

Framework does not do anything special here, so this is more of a question for duckdb-wasm.

In practice I've noticed that it depends on the format of your dataset. I don't have much experience with the native duckdb format, but with parquet the row_group_size factor is crucial to get the best performance. Your client will also need to inspect (and thus download) less groups if your data is sorted (in your case, by brand).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Fil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants