View Issue Details

IDProjectCategoryView StatusLast Update
0004511mantisbtreportspublic2004-09-12 08:26
Reporterthraxisp Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSRedHatOS Version8.0 
Product Version0.19.0rc1 
Fixed in Version0.19.0 
Summary0004511: Summary Graph "Cumulative by Date" is blank (process expires)
Description

The calculations for Cumulative by date take more than 60 sec on my server. I have 0001178:0001600 bugs.

Additional Information

From code review, the indexing scheme used causes ~n! accesses to order the days. Much of this can probably be done by the SQL server.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2004-09-09 12:55

reporter   ~0007512

Fixed in CVS.

Rewritten to use associative arrays instead of manual indexing. Now an order of magnitude faster.