Hello
I’ve been running some SPARQL queries on a fairly large dataset in Stardog, and I keep running into timeout issues.
Even when I try to optimize the query with filters and limits, the execution sometimes stalls or gets cut off. ![]()
I’m not sure if this is purely a query optimization issue, or if there are Stardog configuration settings I should be adjusting.![]()
Has anyone here faced something similar? Are there recommended best practices for improving performance on complex joins, or should I be looking at index tuning?![]()
While exploring solutions, I came across discussions about distributed query execution and it made me think of broader concepts like how To Build AI Agents that can automatically suggest query improvements, which would be a game-changer in tools like Stardog.![]()
I found the official Stardog Query Optimization Guide that explains some tuning options, but I’d love to hear real-world tips from the community too.
Thanks in advance!