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

Fix cost estimate for transitive path #383

Merged
merged 1 commit into from Apr 19, 2021
Merged

Conversation

hannahbast
Copy link
Member

Make sure that the query plan which computes the full transitive hull is
always the most expensive. Achieved by setting the size estimate for
+ to 10000 times the size estimate for .

Make sure that the query plan which computes the full transitive hull is
always the most expensive. Achieved by setting the size estimate for
<predicate>+ to 10000 times the size estimate for <predicate>.
@hannahbast hannahbast requested a review from joka921 April 19, 2021 21:59
Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

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

Thanks for upgrading a "Hack" to a "Feature" by formulating a proper comment

@joka921 joka921 merged commit 917eadd into master Apr 19, 2021
@hannahbast hannahbast deleted the qlever.TransitivePathFix branch September 29, 2021 21:53
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.

None yet

2 participants