devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

query time out for simple queries on http://data-gov.tw.rpi.edu/sparql #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute the following query:
SELECT ?p
WHERE 
{
?s ?p ?o
} order by ?p LIMIT 10

What is the expected output? What do you see instead?
Expected output: 10 predicates. I get the following message:
42000 Error The estimated execution time 2626 (sec) exceeds the limit of 400 
(sec).

I didn't think it was a complicated query which would take that long

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by mscher...@gmail.com on 19 Oct 2010 at 6:29