Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033135 | Retail Modules | Web POS | public | 2016-06-05 13:40 | 2017-11-30 10:36 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR16Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033135: LogClientLoader does useless select to ad_user (and indirectly ad_language) on every insert |
Description | The updateAuditInfo method in LogClientLoader.java uses OBDal.getInstance().get instead of a Proxy triggering 1 select to ad_user (and dal indirectly a 2nd select to ad_language).
Using a proxy avoid both useless reads from the database. |
Steps To Reproduce | Trace sql's done by i.e. setting log_min_duration_statement = 0 and trigger LogClientLoader |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0033136 | | closed | shuehner | Useless read from c_bpartner_location in Orderloader -> should use Proxy instead |
|
Attached Files | 33135.diff (621) 2016-06-05 13:44 https://issues.openbravo.com/file_download.php?file_id=9482&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-06-05 13:40 | shuehner | New Issue | |
2016-06-05 13:40 | shuehner | Assigned To | => Retail |
2016-06-05 13:40 | shuehner | OBNetwork customer | => No |
2016-06-05 13:40 | shuehner | Triggers an Emergency Pack | => No |
2016-06-05 13:40 | shuehner | Tag Attached: Performance | |
2016-06-05 13:44 | shuehner | File Added: 33135.diff | |
2016-06-05 13:51 | shuehner | Relationship added | related to 0033136 |
2016-06-09 15:40 | hgbot | Checkin | |
2016-06-09 15:40 | hgbot | Note Added: 0087122 | |
2016-06-09 15:40 | hgbot | Status | new => resolved |
2016-06-09 15:40 | hgbot | Resolution | open => fixed |
2016-06-09 15:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d366c012ee83ae67b51853d55240aabf9dff19b [^] |
2016-06-09 15:40 | shuehner | Assigned To | Retail => shuehner |
2016-06-09 15:41 | shuehner | Review Assigned To | => marvintm |
2016-06-09 15:41 | shuehner | Note Added: 0087123 | |
2016-06-10 09:05 | marvintm | Status | resolved => closed |
2017-11-30 10:36 | shuehner | Fixed in Version | => RR16Q3 |