Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037773 | Openbravo ERP | 07. Sales management | public | 2018-01-30 13:05 | 2018-02-15 12:20 |
|
Reporter | egoitz | |
Assigned To | dmiguelez | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR18Q1 | Fixed in Version | 3.0PR18Q1 | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037773: Perfomance problems deleting an invoice on an environment with thousands of invoices and invoice lines |
Description | It takes few minutes to delete a order with only 3 lines. |
Steps To Reproduce | -Create a order
-Add 3 lines
-Delete the order
*It takes 3 minutes. |
Proposed Solution | Addding the following index improves the deletion but it is not enought.
+ <index name="C_INVOICELINE_BOMPARENT" unique="false">
+ <index-column name="BOM_PARENT_ID"/>
+ <whereClause><![CDATA[BOM_PARENT_ID IS NOT NULL]]></whereClause>
+ </index>
|
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0037772 | | closed | dmiguelez | Perfomance problems deleting an invoice on an environment with thousands of invoices and invoice lines |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-01-30 13:13 | dmiguelez | Type | defect => backport |
2018-01-30 13:13 | dmiguelez | Target Version | => 3.0PR18Q1 |
2018-01-30 17:19 | egoitz | Note Added: 0102068 | |
2018-02-07 13:07 | hgbot | Checkin | |
2018-02-07 13:07 | hgbot | Note Added: 0102246 | |
2018-02-07 13:07 | hgbot | Status | scheduled => resolved |
2018-02-07 13:07 | hgbot | Resolution | open => fixed |
2018-02-07 13:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR18Q1/rev/c6cbf47c3f32ea4b59f56ec7077052487eeabf61 [^] |
2018-02-07 13:52 | vmromanos | Review Assigned To | => vmromanos |
2018-02-07 13:52 | vmromanos | Note Added: 0102250 | |
2018-02-07 13:52 | vmromanos | Status | resolved => closed |
2018-02-07 13:52 | vmromanos | Fixed in Version | => 3.0PR18Q1 |
2018-02-15 12:20 | plujan | Assigned To | Triage Finance => dmiguelez |