Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0050302 | Retail Modules | Web POS | public | 2022-09-21 15:00 | 2022-10-06 08:10 |
Reporter | swathi_kamal | ||||
Assigned To | ranjith_qualiantech_com | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | Gold | ||||
Support ticket | 48808 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0050302: Adding Index on the Orderline and Invoiceline table to improve the performance. | ||||
Description | Delete on the m_offer table causing IO and contention. The delete was only for one offer but seems to be slow due to the foreign key in other tables referring to the m_offer_id column on the m_offer table. When there is a constraint postgresql check if there is any row pointing to the deleted entry. | ||||
Steps To Reproduce | The following tables pointing to the m_offer without index on the reference column 1. c_orderline 2. c_orderline_offer 3. c_invoiceline 4. c_invoiceline_offer Fix: Create indexes on the m_offer_id column on the 4 tables. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=17589&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2022-09-21 15:00 | swathi_kamal | New Issue | |||
2022-09-21 15:00 | swathi_kamal | Assigned To | => Retail | ||
2022-09-21 15:00 | swathi_kamal | OBNetwork customer | => Gold | ||
2022-09-21 15:00 | swathi_kamal | Support ticket | => 48808 | ||
2022-09-21 15:00 | swathi_kamal | Triggers an Emergency Pack | => No | ||
2022-09-27 08:41 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | ||
2022-09-27 08:41 | ranjith_qualiantech_com | Status | new => scheduled | ||
2022-10-06 08:08 | marvintm | Note Added: 0141710 | |||
2022-10-06 08:08 | marvintm | Status | scheduled => closed | ||
2022-10-06 08:08 | marvintm | Resolution | open => no change required | ||
2022-10-06 08:08 | marvintm | Review Assigned To | => marvintm | ||
2022-10-06 08:10 | ranjith_qualiantech_com | File Added: 50302.diff |
Notes | |||||
|
|||||
|
|