AndrewTavis_WMDE added a comment.

  Here are some initial results for consideration. Using the following query 
over the full dataset from `event.wdqs_external_sparql_query` (last 90 days):
  
    SELECT
        count(*) AS total_scholia_queries
    
    FROM
        event.wdqs_external_sparql_query
    
    WHERE
        query LIKE '%# tool: scholia%'
        OR http.request_headers['user-agent'] LIKE '%Scholia%'
  
  Aggregate queries over the time period (`count(*)` with no `WHERE` clause): 
`869,239,193`
  Scholia queries over the time period: `27,639,881`
  Percent Scholia queries over the time period: `3.18`

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

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

To: AndrewTavis_WMDE
Cc: Lydia_Pintscher, dcausse, Aklapper, Manuel, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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

Reply via email to