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

Add support for serialization and parallelisation of queries #134

Closed
lodry opened this issue Jul 21, 2021 · 1 comment
Closed

Add support for serialization and parallelisation of queries #134

lodry opened this issue Jul 21, 2021 · 1 comment

Comments

@lodry
Copy link

lodry commented Jul 21, 2021

It would be nice to have support for serialization and parallelisation in deno implementation of driver

@lodry lodry changed the title Add support for transaction Add support for serialization and parallelisation of queries Jul 21, 2021
@dyedgreen
Copy link
Owner

There isn't any stable support for multi-threading within WASM modules afaik (see WebAssembly/threads#8). The WASM sqlite currently is compiled with multi-threading disabled, and as such all queries are serialized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants