tschwarzinger commented on issue #24886: URL: https://github.com/apache/datafusion/issues/24886#issuecomment-5661532111
I am not sure whether this is strictly necessary. You can spawn a single-threaded tokio runtime in wasm and execute all DataFusion quries inside it. At least that's what we're trying to do and it seems to work: <img width="1515" height="901" alt="Image" src="https://github.com/user-attachments/assets/98d86044-695c-4fe0-89d9-75e7e3e63b59" /> Feel free to try it out yourself: https://tschwarzinger.codeberg.page/rdf-fusion/playground/ In the engine settings you can set the target partitions. It's sparql though, not sql so I am not sure how easy you can test your query. Be sure to use the latest nightly build. You can take a look at the code here: https://codeberg.org/tschwarzinger/rdf-fusion/src/branch/main/lib/wasm/src/runtime.rs It is still in PoC state though, not really production ready I gather. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
