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

Concurrent execution of the filtering step #13

Open
dyamon opened this issue Oct 10, 2021 · 0 comments
Open

Concurrent execution of the filtering step #13

dyamon opened this issue Oct 10, 2021 · 0 comments

Comments

@dyamon
Copy link
Member

dyamon commented Oct 10, 2021

We could easily execute the filtering steps for different queries in parallel, but we need to understand how this affects RDFox performance and execution. In particular we should ask ourselves:

  • Is RDFox able to undestand that each connection (filtering step) will work on a different named graph?
  • Is RDFox going to parallelise the materialisation of all open connection? Or maybe the materialisation is restricted to a single materialisation step and request from different connections are handled in sequence?

The easiest way to find out is probably ask the developers.

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

1 participant