Skip to content

Transferring query results to worker #923

Answered by domoritz
sgilligan asked this question in Q&A
Discussion options

You must be logged in to vote

Huh, since DuckDB wasm already uses arrow ipc to send data from the db worker to the main thread, I think it should be easy to redirect the stream to another worker. I'd need to check whether have api for that already but if not, we should add that.

Another approach could be to initiate the query from the worker. Have you tried that?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sgilligan
Comment options

@domoritz
Comment options

domoritz Aug 5, 2022
Collaborator

@sgilligan
Comment options

Answer selected by sgilligan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants