Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017811 | Openbravo ERP | Y. DBSourceManager | public | 2011-06-28 13:53 | 2011-07-13 11:54 |
|
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 | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017811: Function&Trigger-Standardization on pgsql could be made 5-10s faster |
Description | by removing one translation regex which is not changing anything.
append(new ByLineTranslation(new ReplacePatTranslation(
"(.+?)(v_pesos|v_units|v_tens|v_hundreds|v_tenys|v_twentys)(\\[)(.+?)(\\])([^\\)]+?)$",
"$1$2[$4]$6")));
This regex in the PostgrePLSQLStandardization does not do any changes to the string but takes some (accumulated) 5-10s at runtime (depending on system).
|
Steps To Reproduce | n/a |
Proposed Solution | Remove the regex as it doesn't do any changes. |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0017810 | 3.0MP1 | closed | shuehner | Function&Trigger-Standardization on pgsql could be made 5-10s faster |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-06-28 13:53 | shuehner | Type | defect => backport |
2011-06-28 13:53 | shuehner | fix_in_branch | => 2.50 |
2011-06-30 15:48 | hgbot | Checkin | |
2011-06-30 15:48 | hgbot | Note Added: 0038638 | |
2011-06-30 15:48 | hgbot | Status | scheduled => resolved |
2011-06-30 15:48 | hgbot | Resolution | open => fixed |
2011-06-30 15:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/9d15a8304226f6069cad17b461bcd319cd74da8c [^] |
2011-07-01 18:22 | marvintm | Status | resolved => closed |
2011-07-04 13:26 | hgbot | Checkin | |
2011-07-04 13:26 | hgbot | Note Added: 0038744 | |
2011-07-04 13:26 | hgbot | Status | closed => resolved |
2011-07-04 13:26 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/9d15a8304226f6069cad17b461bcd319cd74da8c [^] => http://code.openbravo.com/erp/stable/2.50/rev/97f5209c1da61cee36615837f7fd8e57a312fc0d [^] |
2011-07-13 11:54 | marvintm | Status | resolved => closed |