Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038774 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] I. Performance | major | always | 2018-06-15 15:36 | 2018-06-19 13:44 | |||
Reporter | markmm82 | View Status | public | |||||
Assigned To | markmm82 | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR18Q1.4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d2a3f71799a5 | ||||
Projection | none | ETA | none | Target Version | 3.0PR18Q1.4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | vmromanos | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038774: Needed index on M_MATCHPO to improve performance in Create Lines From popup on Invoice windows | |||||||
Description | The Create Lines From popup is very slow when having a high number of Orders realted to a business partner. From both Purchase and Sales Invoice windows. It is caused by a query that is executed for every candidate order validating that exists lines that can be invoiced and to do that is requested information from M_MATCHPO. | |||||||
Steps To Reproduce | On a environment with a high volume of orderds. Around 8 million. Create a new Purchase Invoice Header and open the Create Lines popup. In the customer environment it takes minutes to load the popup. | |||||||
Proposed Solution | Create a new index on M_MatchPO (c_orderline_id, c_invoiceline_id) where c_invoiceline_id is not null | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0105249) hgbot (developer) 2018-06-19 13:41 |
Repository: erp/backports/3.0PR18Q1.4 Changeset: d2a3f71799a571bf99cbf3ca87f5645ce0757051 Author: Mark <markmm82 <at> gmail.com> Date: Thu Jun 14 19:20:21 2018 -0400 URL: http://code.openbravo.com/erp/backports/3.0PR18Q1.4/rev/d2a3f71799a571bf99cbf3ca87f5645ce0757051 [^] Fixes issue 38774:Index on M_MATCHPO to improve performance in Create Lines From Caused by a query that is executed for every candidate order validating that exists lines that can be invoiced requesting information from M_MATCHPO, the Create Lines From process on Invoice windows has bad performance and to be improved waa needed to add a new index in C_ORDERLINE_ID and C_INVOICELINE_ID columns taking into account those records where C_INVOICELINE_ID IS NOT NULL. --- M src-db/database/model/tables/M_MATCHPO.xml --- |
(0105253) vmromanos (viewer) 2018-06-19 13:44 |
Code review + testing OK |
![]() |
|||
Date Modified | Username | Field | Change |
2018-06-15 16:19 | markmm82 | Type | defect => backport |
2018-06-15 16:19 | markmm82 | Target Version | => 3.0PR18Q1.4 |
2018-06-19 13:41 | hgbot | Checkin | |
2018-06-19 13:41 | hgbot | Note Added: 0105249 | |
2018-06-19 13:41 | hgbot | Status | scheduled => resolved |
2018-06-19 13:41 | hgbot | Resolution | open => fixed |
2018-06-19 13:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR18Q1.4/rev/d2a3f71799a571bf99cbf3ca87f5645ce0757051 [^] |
2018-06-19 13:44 | vmromanos | Review Assigned To | => vmromanos |
2018-06-19 13:44 | vmromanos | Note Added: 0105253 | |
2018-06-19 13:44 | vmromanos | Status | resolved => closed |
2018-06-19 13:44 | vmromanos | Fixed in Version | => 3.0PR18Q1.4 |
Copyright © 2000 - 2009 MantisBT Group |