There's apparently a huge number of duplicate rows in wb_terms, for example:
mysql:wikiadmin@db1045 [wikidatawiki]> SELECT * FROM wb_terms WHERE term_entity_type = 'item' AND term_entity_id = 2807 AND term_language = 'es' AND term_type = 'description'\G *************************** 1. row *************************** term_row_id: 709061768 term_entity_id: 2807 term_entity_type: item term_language: es term_type: description term_text: ciudad, capital de España term_search_key: ciudad, capital de españa term_weight: 0.254 *************************** 2. row *************************** term_row_id: 709061771 term_entity_id: 2807 term_entity_type: item term_language: es term_type: description term_text: ciudad, capital de España term_search_key: ciudad, capital de españa term_weight: 0.254 2 rows in set (0.01 sec)
I found the above example merely by looking for a single term, testing other combinations also quickly brought up duplicates, thus I assume there are a lot of these.
Apparently we have over 129M rows which appear in the table twice (that means at least 65M duplicates!)!