Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039305 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 02. Master data management | major | always | 2018-09-17 16:33 | 2018-10-01 11:36 | |||
Reporter | JONHM | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 463468c986a3 | ||||
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 | 4643 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039305: Performance issue in c_bpartner_trg on environment with lots of data | |||||||
Description | There is a performance issue in c_bpartner_trg on environment with lots of data when changing a BP's price list. | |||||||
Steps To Reproduce | Ask environment to Support: - Open Business Partner window and select 'CLIENTE MOSTRADOR' BP - Change it's price list on the selector and save the record it takes 15517.787 ms to save the record. | |||||||
Proposed Solution | Most of the time is spent on the following query: SELECT MAX(p.c_currency_id) INTO v_currency_credit FROM fin_payment p WHERE p.c_bpartner_id = new.C_BPartner_ID AND p.generated_credit <> 0 AND p.generated_credit-COALESCE(p.used_credit, 0) <> 0; | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0107062) hgbot (developer) 2018-09-28 10:16 |
Repository: erp/devel/pi Changeset: 463468c986a3dd39e77c69f159477422f311ebe1 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Thu Sep 27 00:00:16 2018 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/463468c986a3dd39e77c69f159477422f311ebe1 [^] Fixes Issue 39305:Performance issue in c_bpartner_trg on environment with lots of data ** Made use of fin_payment_bpartner_credit index in query to fetch curreny of the generated credit not yet consumed in c_bpartner_trg. --- M src-db/database/model/triggers/C_BPARTNER_TRG.xml --- |
(0107063) Sandrahuguet (viewer) 2018-09-28 10:20 |
Code review + testing OK |
(0107085) hudsonbot (viewer) 2018-10-01 11:36 |
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/c83c34c74ee4 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2018-09-17 16:33 | JONHM | New Issue | |
2018-09-17 16:33 | JONHM | Assigned To | => Triage Finance |
2018-09-17 16:33 | JONHM | OBNetwork customer | => Yes |
2018-09-17 16:33 | JONHM | Modules | => Core |
2018-09-17 16:33 | JONHM | Support ticket | => 4643 |
2018-09-17 16:33 | JONHM | Resolution time | => 1538949600 |
2018-09-17 16:33 | JONHM | Triggers an Emergency Pack | => No |
2018-09-17 17:27 | Sandrahuguet | Tag Attached: Performance | |
2018-09-17 17:47 | Sandrahuguet | Assigned To | Triage Finance => AtulOpenbravo |
2018-09-26 12:29 | AtulOpenbravo | Status | new => scheduled |
2018-09-28 10:16 | hgbot | Checkin | |
2018-09-28 10:16 | hgbot | Note Added: 0107062 | |
2018-09-28 10:16 | hgbot | Status | scheduled => resolved |
2018-09-28 10:16 | hgbot | Resolution | open => fixed |
2018-09-28 10:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/463468c986a3dd39e77c69f159477422f311ebe1 [^] |
2018-09-28 10:20 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2018-09-28 10:20 | Sandrahuguet | Note Added: 0107063 | |
2018-09-28 10:20 | Sandrahuguet | Status | resolved => closed |
2018-09-28 10:20 | Sandrahuguet | Fixed in Version | => 3.0PR18Q4 |
2018-09-28 12:58 | Sandrahuguet | Status | closed => new |
2018-09-28 12:58 | Sandrahuguet | Resolution | fixed => open |
2018-09-28 12:58 | Sandrahuguet | Fixed in Version | 3.0PR18Q4 => |
2018-09-28 12:58 | Sandrahuguet | Status | new => scheduled |
2018-09-28 12:58 | Sandrahuguet | Status | scheduled => resolved |
2018-09-28 12:58 | Sandrahuguet | Resolution | open => fixed |
2018-09-28 12:58 | Sandrahuguet | Status | resolved => closed |
2018-10-01 11:36 | hudsonbot | Checkin | |
2018-10-01 11:36 | hudsonbot | Note Added: 0107085 |
Copyright © 2000 - 2009 MantisBT Group |