Replies: 2 comments 3 replies
-
I have been looking into using SQLITE Wasm with OPFS with Duckdb to circumnavigate this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: capabilities for Out-Of-Core processing can be turned on setting a temporary directory (like: `SET temp_directory = 'tmp'), but then currently most use cases will experience problems connected to the filesystem (tracked here: #1576). I will update when those problem are sorted out. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Out-of-core processing has started to arrive upstream and I'm wondering when it might start to show up in the wasm version of duckdb? My understanding is that FileSystemSyncAccessHandle was made fully synchronous to support just these kinds of use cases. We're particularly interested in being able to spill query results that exceed the wasm memory limits.
Beta Was this translation helpful? Give feedback.
All reactions