Topic on User talk:Magnus Manske

Jump to navigation Jump to search
Vladimir Alexiev (talkcontribs)
Vladimir Alexiev (talkcontribs)

Tried with SPARQL: Query timeout limit reached

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>

SELECT ?wd ?wdLabel ?geonames {
	?wd wdt:P1566 ?geonames
	SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en"  }    
}
Vladimir Alexiev (talkcontribs)

Tried with Beacon on #TIMESTAMP: 2016-01-21T12:48:07+00:00 Returned 3.2k geonames IDs, then this error:

Fatal error: Maximum execution time of 600 seconds exceeded in /data/project/wikidata-todo/public_html/beacon.php on line 217 
Call Stack 
# Time Memory Function Location 
1 0.0022 234368 {main}( ) ../beacon.php:0 
2 804.1128 809398768 in_array ( ) ../beacon.php:217
Magnus Manske (talkcontribs)