We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently bind joins are only supported for simple statement patterns.
Support bind joins also for exclusive groups (i.e. a set of statement patterns with the same relevant source).
This is a natural enhancement to the current implementation and can be easily done with the VALUES clause implementation
Users of the federation will benefit in terms of performance for queries where there is a join of exclusive groups
Yes
No response
The text was updated successfully, but these errors were encountered:
This is not yet completed, reopening. Not a must for 5.1 though (so, if not ready in time, we can move to 5.2)
Sorry, something went wrong.
aschwarte10
No branches or pull requests
Problem description
Currently bind joins are only supported for simple statement patterns.
Preferred solution
Support bind joins also for exclusive groups (i.e. a set of statement patterns with the same relevant source).
This is a natural enhancement to the current implementation and can be easily done with the VALUES clause implementation
Users of the federation will benefit in terms of performance for queries where there is a join of exclusive groups
Are you interested in contributing a solution yourself?
Yes
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: