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

Suboptimal query plan for nearest-neighbor join in combination with caching #1554

Open
hannahbast opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@hannahbast
Copy link
Member

hannahbast commented Oct 15, 2024

The following query works fine with an empty cache. But when executing the query for country X and then for country Y, without clearing the cache inbetween, the query plan computes the huge join ?stop geo:hasGeometry/geo:asWKT ?stop_location first, which of course runs out of memory.

https://qlever.cs.uni-freiburg.de/osm-planet/XDlWCF

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

No branches or pull requests

3 participants