[00:30:20] I see term_full_entity_id and term_entity_id is zero filled now breaking my scripts. Is https://phabricator.wikimedia.org/T169722 resolved? [00:36:23] COUNT(*) ... WHERE term_entity_id=0; We've got 19,583,438 rows. If avg 20 rows per item, a million items. [01:40:41] select COUNT(*) from wb_terms WHERE term_full_entity_id NOT LIKE "Q%" OR term_full_entity_id IS NULL; So 215,628 rows still to do :-(