Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029481 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | major | always | 2015-03-31 17:10 | 2015-05-11 21:53 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR15Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 10f0bcd9165b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 35371 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029481: On an environment with thousends of currency convert, inserting a new conversion takes more than a second. | |||||||
Description | When inserting a conversion rate on an environment with thousends of conversion, the inserting action takes more than a second. That happens becuase the trigger c_conversion_rate_trg2 checks if there exist more than one conversion for the same currencies on the same dates. | |||||||
Steps To Reproduce | -On an enviroment with more than 25.000 rows on c_conversion_rate table, insert a new conversion. | |||||||
Proposed Solution | Change the trigger c_conversion_rate_trg2 to check duplicated conversion only for the currencies you are inserting/updating. | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0077279) hgbot (developer) 2015-05-11 13:16 |
Repository: erp/devel/pi Changeset: 10f0bcd9165b12d0b38661287db9cc4c5e27f4ca Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Thu May 07 16:36:25 2015 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/10f0bcd9165b12d0b38661287db9cc4c5e27f4ca [^] Fixes issue 29481: Bad performance when inserting a new Conversion Rate C_CONVERSION_RATE_TRG2.xml trigger has been deleted. Instead, an event handler has been added in order to check for duplicated conversions only for the currencies you are inserting/updating. C_CONVERSION_RATE_TRG2.xml trigger was not updated because it produced mutating table error in oracle --- A src/org/openbravo/event/ConversionRateEventHandler.java R src-db/database/model/triggers/C_CONVERSION_RATE_TRG2.xml --- |
(0077280) Sandrahuguet (viewer) 2015-05-11 13:18 |
Code review + testing OK |
(0077318) hudsonbot (viewer) 2015-05-11 21:53 |
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/a55bc3c14e8c [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2015-03-31 17:10 | egoitz | New Issue | |
2015-03-31 17:10 | egoitz | Assigned To | => Sandrahuguet |
2015-03-31 17:10 | egoitz | OBNetwork customer | => Yes |
2015-03-31 17:10 | egoitz | Modules | => Core |
2015-03-31 17:10 | egoitz | Support ticket | => 35371 |
2015-03-31 17:10 | egoitz | Resolution time | => 1430344800 |
2015-03-31 17:10 | egoitz | Triggers an Emergency Pack | => No |
2015-03-31 17:11 | egoitz | Tag Attached: Performance | |
2015-04-14 12:48 | Triage Finance | Assigned To | Sandrahuguet => Triage Finance |
2015-05-06 17:54 | aferraz | Status | new => scheduled |
2015-05-06 17:54 | aferraz | Assigned To | Triage Finance => aferraz |
2015-05-11 13:16 | hgbot | Checkin | |
2015-05-11 13:16 | hgbot | Note Added: 0077279 | |
2015-05-11 13:16 | hgbot | Status | scheduled => resolved |
2015-05-11 13:16 | hgbot | Resolution | open => fixed |
2015-05-11 13:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/10f0bcd9165b12d0b38661287db9cc4c5e27f4ca [^] |
2015-05-11 13:18 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-05-11 13:18 | Sandrahuguet | Note Added: 0077280 | |
2015-05-11 13:18 | Sandrahuguet | Status | resolved => closed |
2015-05-11 13:18 | Sandrahuguet | Fixed in Version | => 3.0PR15Q3 |
2015-05-11 21:53 | hudsonbot | Checkin | |
2015-05-11 21:53 | hudsonbot | Note Added: 0077318 |
Copyright © 2000 - 2009 MantisBT Group |