You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In jena-geosparql, many (if not all) property functions do not respect query cancellation.
For example, accidentally executing a query such as below creates a cross product of all geometries in the store which may run for days, weeks or longer, regardless of the query timeout setting.
The proposed solution is to improve the implementations in jena-geosparql to make more use of the QueryIter machinery which provides the cancellation system.
Are you interested in contributing a solution yourself?
Yes
The text was updated successfully, but these errors were encountered:
Version
5.3.0-SNAPSHOT
Feature
In
jena-geosparql
, many (if not all) property functions do not respect query cancellation.For example, accidentally executing a query such as below creates a cross product of all geometries in the store which may run for days, weeks or longer, regardless of the query timeout setting.
The proposed solution is to improve the implementations in
jena-geosparql
to make more use of theQueryIter
machinery which provides the cancellation system.Are you interested in contributing a solution yourself?
Yes
The text was updated successfully, but these errors were encountered: