https://bugzilla.wikimedia.org/show_bug.cgi?id=46659
--- Comment #11 from [email protected] --- Actually, the perfstats table size can easily be reduced 2-3x with the following fixes to the schema: 1. Add an id field to the commits table 2. At least in the perfstats table (and possibly some or all others as well), replace commit_hash with a commit_id 3. Add a stat_keys(id, key) and replace the type field in the perfstats table with stat_key_id field. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
