We recently carried out T382947: Switch dumps 1.0 processes to use the analytics MariadB replicas (dbstore100[7-9]) which caused all of the current generation dumps processes to start using dbstore100[7-9] as their preferred database servers.
Performance has been largely unaffected for:
- All of the XML/SQL dumps (~900 in total)
- Most miscellaneous dumps
However, we have observed a serious performance regression with the Wikidata Entity Dumps ( see T386255. )
The dumps seemed to progress, but they were much slower when the file /etc/wikimedia-servergroup was present on the server and containing the work dumps
Upon removing this file, the mediawiki-config omitted updating the database servers for these dumps and the dumping processes continued at normal speed.
This ticket is about identifying the cause of the performance regression and removing it, since we would prefer to use dbstore1009 (i.e. s8) for this dump, in future.

