ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
424 stars 52 forks source link

Add a numPathsPerTarget parameter to PathSearch #1596

Closed JoBuRo closed 3 weeks ago

JoBuRo commented 3 weeks ago

When this parameter is set, the PathSearch service limits the number of paths per [source, target] pair. This makes it possible to use the path search for cases where enumerating all paths would exhaust the available time and memory constraints.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.11%. Comparing base (05a3f69) to head (2029f22).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1596 +/- ## ========================================== + Coverage 89.08% 89.11% +0.03% ========================================== Files 371 371 Lines 34437 34456 +19 Branches 3899 3903 +4 ========================================== + Hits 30678 30706 +28 + Misses 2484 2480 -4 + Partials 1275 1270 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sparql-conformance[bot] commented 3 weeks ago

Conformance check passed ✅

No test result changes.

Details: https://qlever.cs.uni-freiburg.de/sparql-conformance-ui?cur=f3ab5b39552f22105660060ad3fa63a76ca7ce1f&prev=05a3f69a25faa87b3b072fbba6a228c8ed57a805

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud