Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OPFS to store / cache local data #651

Open
derekperkins opened this issue Jan 17, 2025 · 1 comment
Open

Use OPFS to store / cache local data #651

derekperkins opened this issue Jan 17, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@derekperkins
Copy link

Now that duckdb-wasm has merged support for OPFS, we have the ability to use significant disk space if we want, allowing us to do more queries locally without having to keep everything in memory.

This is referenced in #385 about query caching policies, but can be used for more than that

@jheer
Copy link
Member

jheer commented Jan 21, 2025

Yes, we're very interested in this as well. One first step will be to add support to pass the necesary options to the WASM connector. However, I believe you can start using it right away if you create your own DuckDB-WASM instance and pass it into the wasmConnector method.

@jheer jheer added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants