what is the size limit of duckdb in wasm? #1241
Replies: 3 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.
-
@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.
-
It seems wasm supports 64bit now in a few browsers? What needs to be done to utilize this with duckdb for larger databases client side. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any restriction on the size of the database in wasm?
Beta Was this translation helpful? Give feedback.
All reactions