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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028031
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajoralways2014-10-30 13:502015-02-04 20:34
ReporteregoitzView Statuspublic 
Assigned Tofsoto82 
PrioritynormalResolutionfixedFixed in Versionpi
StatusclosedFix in branchpiFixed in SCM revision49de63d764cc
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toumartirena
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028031: Performance problems on the payment monitor process.

DescriptionPerformance problems on the payment monitor process.
Steps To ReproduceExecute the payment report on an enviroment with many invoices.
Proposed SolutionCREATE INDEX c_invoice_paid
  ON c_invoice
  USING btree
  (Ispaid);

  analyze c_invoice;
TagsPerformance
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0073624)
hgbot (developer)
2015-01-19 19:05

Repository: erp/devel/pi
Changeset: 49de63d764cc78b2414c41b4fb36273681c7a8d8
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Tue Jan 13 11:52:49 2015 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/49de63d764cc78b2414c41b4fb36273681c7a8d8 [^]

Fixed bug 28031: Performance problems on the payment monitor process.

Created new index c_invoice_paid in c_invoice table using ispaid column.

---
M src-db/database/model/tables/C_INVOICE.xml
---
(0073625)
umartirena (reporter)
2015-01-19 19:06

Code Review + Testing OK
(0074162)
hudsonbot (developer)
2015-02-04 20:34

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f36c91d0ad63 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2014-10-30 13:50 egoitz New Issue
2014-10-30 13:50 egoitz Assigned To => dmiguelez
2014-10-30 13:50 egoitz Modules => Core
2014-10-30 13:50 egoitz Resolution time => 1415055600
2014-10-30 13:50 egoitz Triggers an Emergency Pack => No
2014-10-30 15:42 egoitz Assigned To dmiguelez => AtulOpenbravo
2014-10-30 15:42 egoitz Tag Attached: Performance
2015-01-13 17:26 fsoto82 Status new => scheduled
2015-01-13 17:26 fsoto82 Assigned To AtulOpenbravo => fsoto82
2015-01-13 17:26 fsoto82 fix_in_branch => pi
2015-01-19 19:05 hgbot Checkin
2015-01-19 19:05 hgbot Note Added: 0073624
2015-01-19 19:05 hgbot Status scheduled => resolved
2015-01-19 19:05 hgbot Resolution open => fixed
2015-01-19 19:05 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/49de63d764cc78b2414c41b4fb36273681c7a8d8 [^]
2015-01-19 19:06 umartirena Review Assigned To => umartirena
2015-01-19 19:06 umartirena Note Added: 0073625
2015-01-19 19:06 umartirena Status resolved => closed
2015-01-19 19:06 umartirena Fixed in Version => pi
2015-02-04 20:34 hudsonbot Checkin
2015-02-04 20:34 hudsonbot Note Added: 0074162


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker