| Ladsgroup added a comment. |
I did another round of benchmarking with @WMDE-leszek's new patch and the result is like this:
Without it:
root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities.
real 0m24.914s user 0m20.672s sys 0m0.396s root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities. real 0m25.464s user 0m20.988s sys 0m0.456s root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities. real 0m25.086s user 0m20.960s sys 0m0.392s
With:
root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities. real 0m25.333s user 0m21.568s sys 0m0.384s root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities. real 0m25.793s user 0m22.044s sys 0m0.424s root@federated-wikis:/var/www/html# time php extensions/Wikibase/repo/maintenance/dumpRdf.php > /dev/null Dumping shard 0/1 ... Processed 7042 entities. real 0m25.904s user 0m21.940s sys 0m0.412s
I think this is bearable given the advantages it has.
TASK DETAIL
EMAIL PREFERENCES
To: Ladsgroup
Cc: hoo, Ladsgroup, PokestarFan, Lucas_Werkmeister_WMDE, Smalyshev, daniel, WMDE-leszek, Aklapper, Lahi, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Mbch331
Cc: hoo, Ladsgroup, PokestarFan, Lucas_Werkmeister_WMDE, Smalyshev, daniel, WMDE-leszek, Aklapper, Lahi, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
