| Addshore added a comment. |
In T145412#2629460, @daniel wrote:For the record, some concerns that came up:
- Performance and scalability. We need a way to efficiently track and query page names across all Wiktionaries.
Right now it looks like this is a central DB table that contains a mapping of language and title.
Some caching should probably be added here.
Also a primary key should be added to aid with the WMF replication setup / future line by line stuff!
- Normalization of page names before comparison.
Yes, and this needs to be consistent across sites!
- Sorting of language links. We may want a separate extension for that.
Indeed, there is a note currently in the code saying:
// TODO Move InterwikiSorter class from the wikibase extension to its own extension and use it to sort the language links // See https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikibase/master/client%2Fincludes%2FInterwikiSorter.php
TASK DETAIL
EMAIL PREFERENCES
To: Addshore
Cc: JAnD, daniel, Addshore, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331
Cc: JAnD, daniel, Addshore, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
