-
Notifications
You must be signed in to change notification settings - Fork 164
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
GH-5112 various bugs related to the ShaclSail #5117
Conversation
…ion results when nested sh:property and sh:node
Before
After
|
Performance degradation seems to be related to TargetClass and the removal of a call to Unique there. It might not be the Unique, but rather that we were caching the unique and sorted data, while we now just cache the raw unsorted data. |
Maybe we should try to optimize the bulk leftOuter/inner joins to not require the data be sorted. The left side can easily just be a LinkedHashMap, that way we preserve any order that there was in the data without requiring the data to be ordered. |
GitHub issue resolved: #5112 #5113 #5114 #5115
Briefly describe the changes proposed in this PR:
PR Author Checklist (see the contributor guidelines for more details):
mvn process-resources
to format from the command line)