-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix time out of querries #83
Comments
I agree that this is the most impactful issue to date. Let me add some thoughts:
In my script I used a different approach, which is surely slower, but maybe could be of interest.
|
The new query-main.wikidata.org seems to be faster than the so-far default. I switched to it. Then I found that using the default.sparql querry didn't work due to encoding issues of the database. I fixed those. And now the default-querry runs again. 🥳 Only the da, de and sv querries fail. We can partition them or strip down the filter, or replace them by the apparently more efficient querries used for en/fr/etc. We should look into where those differ. |
The background component of machtsinn runs several SPARQL-queries, sadly several of them nowadays time out. Therefore, many languages don't receive any updates anymore. (See the bottom of the statistics-page to see when which query was successful last.
Possible ways to fix/improve this:
limit
to the queries. Would mean that the would at least get some new matches in, but not all. We need to check the logic if this doesn't break anything (for example pruning).The text was updated successfully, but these errors were encountered: