https://bugs.winehq.org/show_bug.cgi?id=56679
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Jeremy Newman jnewman@codeweavers.com --- Bugzilla seems better now since I increased the RAM for MariaDB, and setup a SQL cache.
Ideally to make it even better I'd split the AppDB off onto a different MariaDB VPS instance, freeing up resources for both.
But the AppDB is written in such a way that make this impossible until that code is rewritten to truely allow the two databases to be on different hosts. Right now, there are AppDB,Bugzilla JOINs in some queries.
Not only that, but the AppDB is horribly optimized. Many tables do not have proper indexes setup causing unnecessary thrashing of the DB. The SQL cache does help here a bit.
Those issues can be setup as new bugs. Closing this one out.