qlever icon indicating copy to clipboard operation
qlever copied to clipboard

Two example queries that require a lot of RAM (one uses wdt:P31/wdt:P279*)

Open WolfgangFahl opened this issue 1 year ago • 1 comments

Examples for out of memory conditions:

  • https://qlever.cs.uni-freiburg.de/wikidata/tnooBa

grafik

  • https://qlever.cs.uni-freiburg.de/wikidata/Y5WES4 grafik

WolfgangFahl avatar Aug 09 '22 05:08 WolfgangFahl

The problem with these queries is that the result without the GROUP BY is huge. For example, for the second query, it's over a billion triples. It's aggravated by the fact that the implementation for the predicate path is not very space-efficient.

I wonder if these queries work for any of the other engines around.

hannahbast avatar Aug 09 '22 07:08 hannahbast

This was more an observation. Yes, some queries are very expensive, and QLever imposes a memory limit and there will be an error message when that limit is exceeded by a query.

hannahbast avatar May 28 '23 15:05 hannahbast