On 26/09/18 07:43, Laura Morales wrote:
Does Fuseki have any way to estimate the amount of resources required by a
query (before executing the query), for example time to complete or number of
operations, such that it can decide not to execute a particular query?
This feature would be particularly useful for public-facing endpoints.
Fuseki provides timeouts on queries to protect endpoints. You can also
restrict the number of connections with a reverse proxy.
When public facing, it is better to put a reverse proxy in place between
jetty (Fuseki) or tomcat and the public internet.
Andy