Addshore added a comment.

Although this should be possible through the wb_terms table this is going to 
end up being a VERY slow query

It could all be calculated using:

  SELECT
        COUNT(*) AS count,
        entity_id
        term_entity_type,
        term_type,
        term_language
  FROM wikidatawiki.wb_terms
  GROUP BY term_entity_type, term_type, term_language, entity_id;


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

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

To: Addshore
Cc: Aklapper, Addshore, StudiesWorld, Wikidata-bugs, aude, Mbch331



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to