Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0039407 | Retail Modules | Web POS | public | 2018-09-03 09:02 | 2018-10-05 10:03 | |||||||
Reporter | ALopetegui | |||||||||||
Assigned To | ranjith_qualiantech_com | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | RR17Q2 | |||||||||||
Target Version | RR18Q4 | Fixed in Version | RR18Q4 | |||||||||
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 | 0039407: Slow query in logical munin monitoring obmobc_logclient | |||||||||||
Description | There is a logigal monitoring pluging to obmobc_logclient which counts obmobc_logclient erros and is very slow because it needs an index. This is the query: SELECT 'errors', count (*) FROM obmobc_logclient WHERE loglevel = 'Error'; It takes 8 seconds on average and 1 minute maximum. | |||||||||||
Steps To Reproduce | High volume of data in obmobc_logclient and run the query above. | |||||||||||
Proposed Solution | Create Partial Index: on obmobc_logclient (loglevel) where loglevel = 'ERROR' | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2018-10-05 08:19 | ranjith_qualiantech_com | Type | defect => backport | |||||||||
2018-10-05 08:19 | ranjith_qualiantech_com | Target Version | => RR18Q4 | |||||||||
2018-10-05 08:48 | hgbot | Checkin | ||||||||||
2018-10-05 08:48 | hgbot | Note Added: 0107168 | ||||||||||
2018-10-05 08:48 | hgbot | Status | scheduled => resolved | |||||||||
2018-10-05 08:48 | hgbot | Resolution | open => fixed | |||||||||
2018-10-05 08:48 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ac60ad1039af1091dd8e05610300b6b9e74121d6 [^] => http://code.openbravo.com/retail/backports/3.0RR18Q4/org.openbravo.mobile.core/rev/10949b2008f57f3bbbd456760ecdbf7226905dc7 [^] | |||||||||
2018-10-05 10:03 | marvintm | Status | resolved => closed | |||||||||
2018-10-05 10:03 | marvintm | Fixed in Version | => RR18Q4 |
Notes | |||||
|
|||||
|
|