Comment 3 for bug 88545

Revision history for this message
Robert Collins (lifeless) wrote :

We can shrink our DB size by dropping this - we have some real crap in it.

 select sum(length(statusexplanation)) from bugtask;
   sum
----------
 61701228

(60MB, which isn't /huge/ but isn't inconsequential either - and we're paying it on all bugtask loads).