Hi All,
I'm trying to find out if there is a way to influence how stardog executes sparql queries as they are without doing optimization or reordering in the backend. In other words is there a way to force a query plan? I know for example in Postgres (e.g. explain analyze) there is such a way and other functions. I know of the query hints (Query Hints | Stardog Documentation Latest) but these are "just" recommendations for the optimizer nothing that forces the plan right?
Thanks for your help