| Ladsgroup added a comment. |
Properties are done now, since the number was small, I thought let's run it with "--deduplicate-terms" flag but it caused the terms in Wikidata to disappear temporarily (as was noted in #wikidata irc channel). So I stopped and ran it without that flag.
ladsgroup@terbium:~$ time mwscript extensions/Wikidata/extensions/Wikibase/repo/maintenance/rebuildTermSqlIndex.php --wiki=wikidatawiki --entity-type=property --deduplicate-terms Processed up to page 18348389 (P1289) ^C real 9m53.732s user 0m47.020s sys 0m3.364s ladsgroup@terbium:~$ time mwscript extensions/Wikidata/extensions/Wikibase/repo/maintenance/rebuildTermSqlIndex.php --wiki=wikidatawiki --entity-type=property Processed up to page 18348389 (P1289) Processed up to page 23894588 (P2425) Processed up to page 30059627 (P3490) Processed up to page 36567073 (P4153) Done rebuilding property terms Done.
real 15m1.195s user 1m48.776s sys 0m11.948s
This is also worth noting:
mysql:wikiadmin@db1092 [wikidatawiki]> select count(*) from wb_terms where term_entity_type = 'property' and term_full_entity_id is not null; +----------+ | count(*) | +----------+ | 138755 | +----------+ 1 row in set (36.51 sec)
TASK DETAIL
EMAIL PREFERENCES
To: Ladsgroup
Cc: Stashbot, Marostegui, aude, Ladsgroup, Aklapper, hoo, PokestarFan, daniel, GoranSMilovanovic, QZanden, Minhnv-2809, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair
Cc: Stashbot, Marostegui, aude, Ladsgroup, Aklapper, hoo, PokestarFan, daniel, GoranSMilovanovic, QZanden, Minhnv-2809, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
