I am running Fuseki server version - 2.0.0
I have created dataset with it's UI manage datasets > add new dataset. ie. i didn't configure it with any ttl configuration file.
The problem is when i run a complex query which is going to take longer time it is giving me following response -
## Query cancelled due to timeout during execution ##
## **** Incomplete results **** ##
But for simple and less time taking queries it is giving result.
I searched for this error and all i could find i need to increase query timeout. But i am seriously unable to find in which configuration file i have to.
I tried doing it run/templates/config-tdb file without any success.
Please help me to understand following things:
Is this error because of query timeout or for some other reason?
If it is query timeout then in which configuration file i actually have to write this configuration?
If it is because of some other reason then what it could be, and how to proceed to solve it ?
Thanks in advance.