Wikidata / SQID

A tool to analyse, browse and query Wikidata
http://tools.wmflabs.org/sqid/
Apache License 2.0
84 stars 17 forks source link

Add paging for subclass hierarchy retrieval in helper #153

Closed mmarx closed 4 years ago

mmarx commented 4 years ago

The subclass hierarchy has grown too large to retrieve in a single query without timeouts. Implement paging in this query to continue processing dumps.

mmarx commented 4 years ago

As it turns out, paging is not so easy, as the solution is so large that it cannot be sorted within the query limits, but the join order is not deterministic.