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 SPARQL optimize bus #46

Closed
rubensworks opened this issue Dec 1, 2017 · 1 comment
Closed

Add SPARQL optimize bus #46

rubensworks opened this issue Dec 1, 2017 · 1 comment

Comments

@rubensworks
Copy link
Member

This bus should allow queries (in SPARQL algebra) to be rewritten by actors on its bus.

Actors could use this bus to optimize certain query types, or to modify certain operations so that certain specific actors can evaluate them.

@rubensworks
Copy link
Member Author

A separate bus is not really needed anymore.

Actors wanting to optimize certain queries could simply register to the query operation bus, listen to operations fulfilling the optimization requirements, optimizing those, and pushing those optimized operations to the same bus again.

This is even more flexible than creating a separate bus for this, as all operations could be optimized using this mechanism.

Development 1.0.0 automation moved this from To Do to Closed Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant