Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020339
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] I. Performancemajoralways2012-04-24 16:462012-04-26 12:07
ReporteregoitzView Statuspublic 
Assigned Tomarvintm 
PriorityimmediateResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version3.0MP12
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0MP10SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020339: Linked items takes longs to be loaded when the tables fin_orig_payment_schedule and fin_orig_paym_scheddetail had arround 15000

DescriptionWhen the tables fin_orig_payment_schedule and fin_orig_paym_scheddetail had arround 15000 rows the linked items need a lot to be calculated.


 There are two tabs using the view fin_orig_payment_sched_v wich also use the previously explained tables. On this case when executing linked items on a sales order it takes long to find the tabs.


Steps To Reproduce-On an environment with 9000 rows at fin_orig_payment_schedule table and 17000 on fin_orig_paym_scheddetail table, open linked items sections.
It needs a lot to be opened.

The problem is that if this table increases the performance of the application could be affected.

Also notice that on view used for the tabs referenced there are used many tables that have not indexes.

A list of possible needed indexes (these thas not solve the problems but has sense to analyze it could be included)

CREATE INDEX fin_orig_paym_schdet_fpsd
  ON fin_orig_paym_scheddetail
  USING btree
  (fin_payment_scheduledetail_id);



CREATE INDEX fin_payment_scheduledetail_fpd
  ON fin_payment_scheduledetail
  USING btree
  (fin_payment_detail_id);

 


CREATE INDEX fin_payment_detail_fp
  ON fin_payment_detail
  USING btree
  (fin_payment_id);


  
  CREATE INDEX fin_orig_paym_schdet_fps
  ON fin_orig_paym_scheddetail
  USING btree
  (fin_orig_payment_schedule_id);

TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of design defect 0020358 closeddmiguelez Problems when calculating the linked items when the elment is referened from fin_orig_payment_sched_v view 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-04-24 16:46 egoitz New Issue
2012-04-24 16:46 egoitz Assigned To => marvintm
2012-04-24 16:46 egoitz Modules => Core
2012-04-24 16:47 egoitz Priority urgent => immediate
2012-04-26 12:07 egoitz Relationship added duplicate of 0020358
2012-04-26 12:07 egoitz Status new => closed
2012-04-26 12:07 egoitz Resolution open => duplicate


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker