Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037885 | Openbravo ERP | 02. Master data management | public | 2018-02-12 12:26 | 2018-03-02 21:18 |
|
Reporter | JONHM | |
Assigned To | markmm82 | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 50858 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037885: Performance issue in Physical Inventory when deleting a record with too many lines |
Description | Performance issue in Physical Inventory when deleting a record with too many lines. Tested on an environment which have a physical inventory with 23K lines. |
Steps To Reproduce | Open physical inventory window
Delete a record with 23K lines
- It takes for about 60 minutes |
Proposed Solution | Create an index on m_inventoryline table:
CREATE INDEX m_inventoryline_inventoryline
ON m_inventoryline (relatedinventorylineid)
WHERE relatedinventorylineid IS NOT NULL;
- It reduces the time up to 1 minute |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-12 12:26 | JONHM | New Issue | |
2018-02-12 12:26 | JONHM | Assigned To | => Triage Finance |
2018-02-12 12:26 | JONHM | OBNetwork customer | => Yes |
2018-02-12 12:26 | JONHM | Modules | => Core |
2018-02-12 12:26 | JONHM | Support ticket | => 50858 |
2018-02-12 12:26 | JONHM | Resolution time | => 1520204400 |
2018-02-12 12:26 | JONHM | Triggers an Emergency Pack | => No |
2018-02-14 15:22 | markmm82 | Assigned To | Triage Finance => markmm82 |
2018-02-14 15:26 | markmm82 | Status | new => scheduled |
2018-02-22 16:10 | hgbot | Checkin | |
2018-02-22 16:10 | hgbot | Note Added: 0102601 | |
2018-02-22 16:10 | hgbot | Status | scheduled => resolved |
2018-02-22 16:10 | hgbot | Resolution | open => fixed |
2018-02-22 16:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/72f923b76be55ff620debeb56bbf76a5bef1422f [^] |
2018-02-22 16:11 | dmiguelez | Review Assigned To | => dmiguelez |
2018-02-22 16:11 | dmiguelez | Note Added: 0102602 | |
2018-02-22 16:11 | dmiguelez | Status | resolved => closed |
2018-02-22 16:11 | dmiguelez | Fixed in Version | => 3.0PR18Q2 |
2018-03-02 21:18 | hudsonbot | Checkin | |
2018-03-02 21:18 | hudsonbot | Note Added: 0102946 | |