On 23/03/2017 11:12, Ian Boston wrote: > Hi, > Is it possible to configure a maximum execution time for Oak queries ? > > Other "database" systems often monitor the time a query is taking and kill > if if it exceeds a time limit to avoid long running queries causing outages. > >
I'm aware of "timeouts" on node reads but not on time. So we cancel a query that iterated over a certain amount of nodes or as of 1.6 may hit the traversal index https://issues.apache.org/jira/browse/OAK-4888. Not aware on time constraints. I think though it will be a good feature to add if not there. Davide
