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

Switch from FILTER NOT EXISTS to MINUS to avoid Jena 3.8+ performance issue #830

Merged
merged 1 commit into from
Dec 17, 2018

Conversation

osma
Copy link
Member

@osma osma commented Dec 17, 2018

This is an attempt at a minimally invasive fix for the performance issue #829 .

It's unclear whether this is a good long term solution - it would probably make more sense to avoid the VALUES clause entirely but that would require more changes, since the same query is currently used with multiple URI values in the VALUES clause when rendering the search result page.

Related to #611 and #29

@osma osma added the bug label Dec 17, 2018
@osma osma added this to the 2.2 milestone Dec 17, 2018
@osma osma merged commit 00eabb3 into master Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant