Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031393Retail ModulesWeb POSpublic2015-11-06 13:262015-11-19 10:14
daniOpenbravo 
Sandrahuguet 
highmajoralways
closedfixed 
3014.04
 
RR16Q1 
mtaal
No
0031393: [HGVOL] Price List Model loading
Bad performance when loading Price List model in Web POS if we have a high amount of customers in the database (In this case 2.500.000).
- Log in Web POS.
- Loading "Price List" model takes a long period of time as the quantity of customers is too high.
Creating the following index (oracle version) gets much better performance:

CREATE INDEX c_bpartner_pricelist ON c_bpartner(m_pricelist_id) TABLESPACE users;
No tags attached.
Issue History
2015-11-06 13:26daniOpenbravoNew Issue
2015-11-06 13:26daniOpenbravoAssigned To => Sandrahuguet
2015-11-06 13:26daniOpenbravoTriggers an Emergency Pack => No
2015-11-06 14:24daniOpenbravoIssue Monitored: daniOpenbravo
2015-11-09 09:55SandrahuguetStatusnew => scheduled
2015-11-16 11:21OrekariaResolution time => 1447974000
2015-11-17 11:03hgbotCheckin
2015-11-17 11:03hgbotNote Added: 0081917
2015-11-17 11:03hgbotStatusscheduled => resolved
2015-11-17 11:03hgbotResolutionopen => fixed
2015-11-17 11:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/23bc14aa8b01d493a52369b68aad935fcc5c68d7 [^]
2015-11-17 11:04SandrahuguetReview Assigned To => mtaal
2015-11-19 10:14mtaalNote Added: 0081969
2015-11-19 10:14mtaalStatusresolved => closed
2015-11-19 10:14mtaalFixed in Version => RR16Q1

Notes
(0081917)
hgbot   
2015-11-17 11:03   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 23bc14aa8b01d493a52369b68aad935fcc5c68d7
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Nov 16 16:41:16 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/23bc14aa8b01d493a52369b68aad935fcc5c68d7 [^]

Fixed bug 31393: [HGVOL] Price List Model loading

---
A src-db/database/model/modifiedTables/C_BPARTNER.xml
---
(0081969)
mtaal   
2015-11-19 10:14   
Tested in BUT environment, solves it there, change looks fine, closing