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 joins between full index scans #1645

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Nov 27, 2024

So far, joins between full index scans were explicitly disallowed because their results are bound to be huge. Now that most operations are lazy, they make more send, for example, when counting or grouping the result. They are hence allowed now. In that context, allow FILTER to be applied as soon as possible also when a full index scan is involved.

These are not as inefficient as they used to be and as one might initially suspect.

Signed-off-by: Johannes Kalmbach <[email protected]>
@sparql-conformance
Copy link

Copy link

sonarcloud bot commented Nov 27, 2024

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.39%. Comparing base (add092a) to head (f7791a5).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1645      +/-   ##
==========================================
+ Coverage   89.37%   89.39%   +0.01%     
==========================================
  Files         375      375              
  Lines       36107    36098       -9     
  Branches     4077     4074       -3     
==========================================
- Hits        32272    32270       -2     
+ Misses       2518     2514       -4     
+ Partials     1317     1314       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@hannahbast hannahbast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, I will test this once more on Wikidata, then we can merge it

@hannahbast hannahbast merged commit 0ce9a39 into ad-freiburg:master Nov 28, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants