Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038032 | Retail Modules | Web POS | public | 2018-03-02 12:55 | 2018-03-08 08:43 |
|
Reporter | umartirena | |
Assigned To | ranjith_qualiantech_com | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0038032: Product and Product Category Master Data load fails with big amount of discounts |
Description | Product and Product Category Master Data load fails with big amount of discounts. These are the exact numbers:
* m_offer: 157364
* m_product_category: 2482
* m_product: 262409
|
Steps To Reproduce | - |
Proposed Solution | Add the following indexes:
create index em_obpos_m_offer_active on m_offer using btree(isactive);
create index em_obpos_m_offer_offertype on m_offer using btree(m_offer_type_id); |
Additional Information | |
Tags | Performance |
Relationships | related to | feature request | 0038744 | | new | Retail | Discount Filter Product Master Data fails with big amount of data in Discounts |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-03-02 12:55 | umartirena | New Issue | |
2018-03-02 12:55 | umartirena | Assigned To | => Retail |
2018-03-02 12:55 | umartirena | Triggers an Emergency Pack | => No |
2018-03-02 12:55 | umartirena | Resolution time | => 1521759600 |
2018-03-02 12:55 | umartirena | Tag Attached: Performance | |
2018-03-02 15:09 | umartirena | Issue Monitored: umartirena | |
2018-03-03 07:43 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-03-03 07:44 | ranjith_qualiantech_com | Status | new => scheduled |
2018-03-05 07:48 | hgbot | Checkin | |
2018-03-05 07:48 | hgbot | Note Added: 0102968 | |
2018-03-05 07:48 | hgbot | Status | scheduled => resolved |
2018-03-05 07:48 | hgbot | Resolution | open => fixed |
2018-03-05 07:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/90605eac7c1000cc69fb9a2964499132194bf8f1 [^] |
2018-03-07 14:49 | hgbot | Checkin | |
2018-03-07 14:49 | hgbot | Note Added: 0103064 | |
2018-03-08 08:43 | marvintm | Review Assigned To | => marvintm |
2018-03-08 08:43 | marvintm | Status | resolved => closed |
2018-03-08 08:43 | marvintm | Fixed in Version | => RR18Q2 |
2018-06-13 09:08 | umartirena | Relationship added | related to 0038744 |