Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
0027023 | Openbravo ERP | 07. Sales management | public | 2014-07-07 10:28 | 2014-08-14 15:59 | |||||||||||||||||||||
Reporter | alostale | |||||||||||||||||||||||||
Assigned To | vmromanos | |||||||||||||||||||||||||
Priority | normal | Severity | major | 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 | rafaroda | |||||||||||||||||||||||||
OBNetwork customer | ||||||||||||||||||||||||||
Web browser | ||||||||||||||||||||||||||
Modules | Core | |||||||||||||||||||||||||
Support ticket | ||||||||||||||||||||||||||
Regression level | ||||||||||||||||||||||||||
Regression date | ||||||||||||||||||||||||||
Regression introduced in release | ||||||||||||||||||||||||||
Regression introduced by commit | ||||||||||||||||||||||||||
Triggers an Emergency Pack | No | |||||||||||||||||||||||||
Summary | 0027023: Order line taxes are regenerated on all order line changes | |||||||||||||||||||||||||
Description | Whenever there is any change in order line, all order line taxes are recreated. This causes performance degradation. Note when number of order lines is big (>400), booking an order takes long time due to this issue. | |||||||||||||||||||||||||
Steps To Reproduce | Using PG: -Enable function statistics: -In postgresql.conf set track_functions = all -/etc/init.d/postgresql reload -Create a sales order with one line -Reset pg statistics: select pg_stat_reset(); -Book it * Check function calls: select funcname, calls, total_time, self_time from pg_stat_user_functions order by self_time desc * c_orderline_tax_trg is invoked 6 times | |||||||||||||||||||||||||
Proposed Solution | The problem is in c_orderline_trg2: 1. Do smarter logic to determine if taxes should be regenerated: instead of doing it always check if columns affecting them have been changed and do it only in this case 2. Instead of recreating them, modify existent ones in case of change. | |||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||
Tags | Performance | |||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||
2014-07-07 10:28 | alostale | New Issue | ||||||||||||||||||||||||
2014-07-07 10:28 | alostale | Assigned To | => eduardo_Argal | |||||||||||||||||||||||
2014-07-07 10:28 | alostale | Modules | => Core | |||||||||||||||||||||||
2014-07-07 10:28 | alostale | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
2014-07-07 10:29 | alostale | Tag Attached: Performance | ||||||||||||||||||||||||
2014-07-07 10:31 | alostale | Description Updated | bug_revision_view_page.php?rev_id=6009#r6009 | |||||||||||||||||||||||
2014-07-07 10:33 | alostale | Proposed Solution updated | ||||||||||||||||||||||||
2014-07-07 10:37 | alostale | Relationship added | related to 0027024 | |||||||||||||||||||||||
2014-07-07 13:32 | jpcalvente | Issue Monitored: jpcalvente | ||||||||||||||||||||||||
2014-07-21 16:36 | jonalegriaesarte | Resolution time | => 1407362400 | |||||||||||||||||||||||
2014-07-21 16:55 | vmromanos | Status | new => scheduled | |||||||||||||||||||||||
2014-07-21 16:55 | vmromanos | Assigned To | eduardo_Argal => vmromanos | |||||||||||||||||||||||
2014-07-21 16:55 | vmromanos | fix_in_branch | => pi | |||||||||||||||||||||||
2014-07-22 15:12 | hgbot | Checkin | ||||||||||||||||||||||||
2014-07-22 15:12 | hgbot | Note Added: 0068808 | ||||||||||||||||||||||||
2014-07-22 15:12 | hgbot | Status | scheduled => resolved | |||||||||||||||||||||||
2014-07-22 15:12 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
2014-07-22 15:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/085ea1fce739489f26d85c05d89b6e8ed7ec23e4 [^] | |||||||||||||||||||||||
2014-07-23 08:26 | alostale | Relationship added | blocks 0027160 | |||||||||||||||||||||||
2014-08-04 16:35 | dmitry_mezentsev | Note Added: 0069073 | ||||||||||||||||||||||||
2014-08-08 18:53 | hudsonbot | Checkin | ||||||||||||||||||||||||
2014-08-08 18:53 | hudsonbot | Note Added: 0069211 | ||||||||||||||||||||||||
2014-08-08 19:58 | eduardo_Argal | Note Added: 0069275 | ||||||||||||||||||||||||
2014-08-14 15:56 | rafaroda | Relationship added | related to 0027338 | |||||||||||||||||||||||
2014-08-14 15:59 | rafaroda | Review Assigned To | => rafaroda | |||||||||||||||||||||||
2014-08-14 15:59 | rafaroda | Note Added: 0069374 | ||||||||||||||||||||||||
2014-08-14 15:59 | rafaroda | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|