When sessionweb db gets larger the edit/view session takes a very long time to
load.
Reason. Missing index on table softwareuseautofetched
How to Solve:
ALTER TABLE `sessionwebos`.`softwareuseautofetched` ADD INDEX `versionid`
(`versionid` ASC);
Original issue reported on code.google.com by mcyr...@gmail.com on 26 Nov 2012 at 10:52
Original issue reported on code.google.com by
mcyr...@gmail.com
on 26 Nov 2012 at 10:52