[Wikidata-bugs] [Maniphest] T259105: Qurator: Data about Current Events

2021-10-09 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @So9q
  
  > + typo "update the table below each ten minutes" -> "update the table below 
every ten minutes"?
  
  Yes, a typo, thank you... test server... it will run in production (hopefully 
w/o typos) elsewhere soon : )

TASK DETAIL
  https://phabricator.wikimedia.org/T259105

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: GoranSMilovanovic
Cc: Manuel, Michael, So9q, Maria_WMDE, WMDE-leszek, Tobi_WMDE_SW, 
Lydia_Pintscher, GoranSMilovanovic, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T259105: Qurator: Data about Current Events

2021-10-09 Thread So9q
So9q added a comment.


  In T259105#7413976 , 
@GoranSMilovanovic wrote:
  
  > @Manuel
  >
  > - The test dashboard is running here 
.
  > - It will take some time before we begin to observe any differences between 
the 6h, 24h, 48h, and 72h tables;
  > - As soon as this is evaluated, I will deploy to production on Wikidata 
Analytics .
  >
  > **Note** to myself: correct `Updated every minute`.
  
  + typo "update the table below each ten minutes" -> "update the table below 
every ten minutes"?

TASK DETAIL
  https://phabricator.wikimedia.org/T259105

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: GoranSMilovanovic, So9q
Cc: Manuel, Michael, So9q, Maria_WMDE, WMDE-leszek, Tobi_WMDE_SW, 
Lydia_Pintscher, GoranSMilovanovic, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T291168: [Debian bullseye image] APT source-list file is not up to date

2021-10-09 Thread RhinosF1
RhinosF1 merged a task: T292540: Invalid Bullseye security repo on newly 
provisioned Bullseye VMs.
RhinosF1 added subscribers: fgiunchedi, RhinosF1, Andrew.

TASK DETAIL
  https://phabricator.wikimedia.org/T291168

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: RhinosF1
Cc: Andrew, RhinosF1, fgiunchedi, Aklapper, Hjfocs, Ramtin2021, Invadibot, 
dcaro, Devnull, GeminiAgaloos, maantietaja, nskaggs, Nintendofan885, Akuckartz, 
Phamhi, Ettorerizza, Nandana, JKSTNK, skpuneethumar, Fheredia, sietec, Zylc, 
Bstorm, 1978Gage2001, Lahi, Operator873, Gq86, Bsandipan, GoranSMilovanovic, 
DSquirrelGM, Jayprakash12345, Chicocvenancio, Allthingsgo, QZanden, Tbscho, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Jitrixis, 
aude, Gryllida, scfc, Mbch331, Jay8g, bd808, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T291903: Evaluate QLever as a time lagging SPARQL backend to offload the BlazeGraph cluster

2021-10-09 Thread So9q
So9q added a comment.


  In T291903#7411375 , 
@Hannah_Bast wrote:
  
  >> Oh, ok. Could you give an example of a query that has no "highly selective 
triples" so I can test it on QLever vs. BG?
  >
  > Here is a relatively simple query without a highly selective triple. It 
asks for the 100 people with the most professions. It requires a JOIN of the 
first triple (around 9 million people) with the second triple (all people and 
their professions, around 8.5 million triples). And there is no easy way around 
computing the full join result because we want the people with the most 
professions in the end and you cannot know in advance which people these are. 
The query deliberately does not have a large query result. So if it takes long, 
it's not because the output is so large.
  >
  >   PREFIX wd: 
  >   PREFIX wdt: 
  >   PREFIX rdfs: 
  >   SELECT ?person ?name (COUNT(?profession) AS ?count) WHERE {
  > ?person wdt:P31 wd:Q5 .
  > ?person wdt:P106 ?profession .
  > ?person rdfs:label ?name .
  > FILTER (LANG(?name) = "en")
  >   }
  >   GROUP BY ?person ?name
  >   ORDER BY DESC(?count)
  >   LIMIT 100
  >
  > PS: Here you can see the performance on QLever: 
https://qlever.cs.uni-freiburg.de/wikidata/cYvT6w
  
  Thanks for the swift reply. Wow.
  F34680819: bild.png 
  BG is totally aced  (times out, so 60+s vs. 1.97s)
  
  I'm feeling more and more motivated to get QLever up and running on 
Toolforge. Send my thanks to your team for writing this beautiful and fast 
engine and releasing it as open source software!

TASK DETAIL
  https://phabricator.wikimedia.org/T291903

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: So9q
Cc: DD063520, Justin0x2004, Hannah_Bast, So9q, Aklapper, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292900: [mwcli dev] Add basic wdqs support

2021-10-09 Thread Addshore
Addshore triaged this task as "Medium" priority.

TASK DETAIL
  https://phabricator.wikimedia.org/T292900

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Addshore, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, Nandana, 
Lens0021, Namenlos314, kostajh, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292900: [mwcli dev] Add basic wdqs support

2021-10-09 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T292900

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Addshore, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, Nandana, 
Lens0021, Namenlos314, kostajh, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292900: [mwcli dev] Add basic wdqs support

2021-10-09 Thread Addshore
Addshore added a project: Wikidata-Query-Service.

TASK DETAIL
  https://phabricator.wikimedia.org/T292900

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Addshore, MPhamWMF, CBogen, Lens0021, Namenlos314, kostajh, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org