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
Terminating execution of intractable queries would improve performance of the SPARQL endpoint.
Problem: Intractable queries (e.g., too broad, containing logical error, ...) may take several minutes or longer to return results. Without the ability to force-stop, a malformed query can slow down the entire system. In the worst cases, Blazegraph may require a restart.
UI/UX Fix: When the user runs a query, a loading icon is displayed. If the query is modified before results are returned, the loading icon disappears. However, the query still runs in the background (and results are sometimes returned several minutes or hours later without indication that the query is still running). If a still-running query is slowing things down, user should have option to stop the query or be made aware that the query is still running.
Backend Fix: Enable a timeout or force-stopping of queries, especially before a query is re-run after being modified.
The text was updated successfully, but these errors were encountered:
Terminating execution of intractable queries would improve performance of the SPARQL endpoint.
Problem: Intractable queries (e.g., too broad, containing logical error, ...) may take several minutes or longer to return results. Without the ability to force-stop, a malformed query can slow down the entire system. In the worst cases, Blazegraph may require a restart.
UI/UX Fix: When the user runs a query, a loading icon is displayed. If the query is modified before results are returned, the loading icon disappears. However, the query still runs in the background (and results are sometimes returned several minutes or hours later without indication that the query is still running). If a still-running query is slowing things down, user should have option to stop the query or be made aware that the query is still running.
Backend Fix: Enable a timeout or force-stopping of queries, especially before a query is re-run after being modified.
The text was updated successfully, but these errors were encountered: