Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017810 | Openbravo ERP | Y. DBSourceManager | public | 2011-06-28 13:53 | 2011-07-06 02:41 |
|
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 | 3.0MP1 | 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 | 0017810: 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 | depends on | backport | 0017811 | | 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 | New Issue | |
2011-06-28 13:53 | shuehner | Assigned To | => shuehner |
2011-06-28 13:53 | shuehner | Modules | => Core |
2011-06-28 13:53 | shuehner | OBNetwork customer | => No |
2011-06-28 13:53 | shuehner | Status | new => scheduled |
2011-06-28 13:53 | shuehner | fix_in_branch | => pi |
2011-06-28 15:37 | hgbot | Checkin | |
2011-06-28 15:37 | hgbot | Note Added: 0038561 | |
2011-06-28 15:37 | hgbot | Status | scheduled => resolved |
2011-06-28 15:37 | hgbot | Resolution | open => fixed |
2011-06-28 15:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e1d5f2393ed8deaae82b028ce879053d04108e5a [^] |
2011-06-30 15:48 | hgbot | Checkin | |
2011-06-30 15:48 | hgbot | Note Added: 0038637 | |
2011-06-30 15:48 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/e1d5f2393ed8deaae82b028ce879053d04108e5a [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/9d15a8304226f6069cad17b461bcd319cd74da8c [^] |
2011-07-01 12:25 | shuehner | Target Version | => 3.0MP1 |
2011-07-01 12:25 | shuehner | fix_in_branch | pi => |
2011-07-01 18:22 | marvintm | Status | resolved => closed |
2011-07-06 02:41 | hudsonbot | Checkin | |
2011-07-06 02:41 | hudsonbot | Note Added: 0038816 | |