what is the size limit of duckdb in wasm? #1241
Unanswered
kesavkolla
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Currently memory is constrained by WebAssembly 32 bit pointers, so short of 2GB. There is a potential solution to this in the mid-term, but nothing that is currently worked on. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@carlopi So currently all duckdb wasm usage is all about reading remote data via parquet/csv/json files. There is nothing that can be saved on client side is that correct? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any restriction on the size of the database in wasm?
Beta Was this translation helpful? Give feedback.
All reactions