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

Support for multi-variable join keys #2404

Open
Aklakan opened this issue Apr 8, 2024 · 0 comments · May be fixed by #2405
Open

Support for multi-variable join keys #2404

Aklakan opened this issue Apr 8, 2024 · 0 comments · May be fixed by #2405
Labels
enhancement Incrementally add new feature

Comments

@Aklakan
Copy link
Contributor

Aklakan commented Apr 8, 2024

Version

5.1.0-SNAPSHOT

Feature

This is a follow up to https://www.mail-archive.com/users@jena.apache.org/msg20755.html

The current hash join implementation would only create a hash table for a random variable common to the first binding of either side of the join.

Multi-variable join keys are not supported resulting in bad performance for the cases described in the mail thread.

Are you interested in contributing a solution yourself?

Yes

@Aklakan Aklakan added the enhancement Incrementally add new feature label Apr 8, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 8, 2024
@Aklakan Aklakan linked a pull request Apr 8, 2024 that will close this issue
4 tasks
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 9, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 9, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 10, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 10, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 10, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 10, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 11, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 11, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 11, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 11, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 11, 2024
Aklakan added a commit to Aklakan/jena that referenced this issue Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Incrementally add new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant