View Issue Details

IDProjectCategoryView StatusLast Update
0003923mantisbtreportspublic2004-07-07 18:43
ReporterNarcissus Assigned ToNarcissus  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.3 
Fixed in Version0.19.0a1 
Summary0003923: SQL Intensive Graphs
Description

The "By Developer" and "By Reporter" graphs make a large number of SQL queries. These should be rewritten.

TagsNo tags attached.

Activities

Narcissus

Narcissus

2004-06-10 19:08

reporter   ~0005685

Fixed and in CVS for 0.19.0. Reduced developer graph from (3 * total_user_count + 1) queries to 2 queries, and reduced reporter graph from (total_user_count + 1) queries to 2 queries.

Related Changesets

MantisBT: master c5643924

2004-06-10 19:54

narcissus


Details Diff
Fix 0003923: "By Developer" and "By Reporter" graphs rewritten to reduce SQL impact.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2600 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003923
mod - doc/ChangeLog Diff File
mod - core/graph_api.php Diff File