https://bugs.winehq.org/show_bug.cgi?id=56706
Bug ID: 56706 Summary: AppDB does not properly separate the Bugzilla DB Product: WineHQ Apps Database Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: jnewman@codeweavers.com Distribution: ---
We would like to split the AppDB and Bugzilla databases onto different hosts. But right now this is impossible due to some queries doing a joins between bugzilla and the appdb.
These will need to be re-written to do it in a different way.
The worst offender is testData.php ShowVersionsTestingTable method on line 685.
I'm sure there are other places as well.