Hi all, we observed that stardog takes longer to reply to the same query from time to time.
We are using a simple query as show below. There is not extra queries or load in the server.
We run the query below 100 times. The average time is 2s but sometimes takes one query 11s to reply.
select ?s where {?s a owl:Class} order by ?s
How can we monitor all queries currently running at stardog?