Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032677 | Openbravo ERP | A. Platform | public | 2016-04-15 11:56 | 2017-09-21 16:49 |
|
Reporter | egoitz | |
Assigned To | collazoandy4 | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | aferraz |
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 | 0032677: Deleting a line on the shipment/receipt line tab takes long on environment with big amount of data |
Description | Deleting a line on the shipment line tab takes long on environment with big amount of data. |
Steps To Reproduce | -On an environment with thousends of order, invoices and shipment create a goods shipement, then create a line and finally remove the line.
It takes more than 1 minute
Contact ECA for an environment where that is reproducible |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0032205 | | closed | collazoandy4 | Deleting a line on the order line window takes long on environment with big amount of data | related to | defect | 0036804 | | closed | Triage Omni OMS | Deleting a line on the shipment/receipt line tab takes long on environment with big amount of data |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-04-15 11:56 | egoitz | New Issue | |
2016-04-15 11:56 | egoitz | Assigned To | => AtulOpenbravo |
2016-04-15 11:56 | egoitz | Modules | => Core |
2016-04-15 11:56 | egoitz | Resolution time | => 1460930400 |
2016-04-15 11:56 | egoitz | Triggers an Emergency Pack | => No |
2016-04-15 11:56 | egoitz | Issue generated from | 0032205 |
2016-04-15 11:56 | egoitz | Relationship added | related to 0032205 |
2016-04-15 11:59 | egoitz | Note Added: 0085663 | |
2016-04-15 12:25 | aferraz | Assigned To | AtulOpenbravo => Triage Finance |
2016-04-15 14:33 | aferraz | Severity | major => minor |
2016-04-15 14:33 | aferraz | Note Added: 0085671 | |
2016-04-15 14:33 | aferraz | Resolution time | 1460930400 => |
2016-04-15 14:34 | aferraz | File Added: 32677.diff | |
2017-07-31 11:07 | aferraz | Assigned To | Triage Finance => collazoandy4 |
2017-08-01 17:22 | collazoandy4 | Status | new => scheduled |
2017-08-02 08:33 | aferraz | File Deleted: 32677.diff | |
2017-08-03 13:56 | hgbot | Checkin | |
2017-08-03 13:56 | hgbot | Note Added: 0098370 | |
2017-08-03 13:56 | hgbot | Status | scheduled => resolved |
2017-08-03 13:56 | hgbot | Resolution | open => fixed |
2017-08-03 13:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8cb1e05233d4c6cc3456476266240a83ae6da1d1 [^] |
2017-08-03 14:00 | aferraz | Review Assigned To | => aferraz |
2017-08-03 14:00 | aferraz | Note Added: 0098373 | |
2017-08-03 14:00 | aferraz | Status | resolved => closed |
2017-08-03 14:00 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-07 12:16 | JONHM | Relationship added | related to 0036804 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099296 | |
Notes |
|
(0085663)
|
egoitz
|
2016-04-15 11:59
|
|
The 2 seq scans don on the m_inoutline table:
'SELECT ? FROM ONLY "public"."m_inoutline" x WHERE $1::pg_catalog.text OPERATOR(pg_catalog.=) "bom_parent_id"::pg_catalog.text FOR KEY SHARE OF x'
'SELECT ? FROM ONLY "public"."m_inoutline" x WHERE $1::pg_catalog.text OPERATOR(pg_catalog.=) "canceled_inoutline_id"::pg_catalog.text FOR KEY SHARE OF x''SELECT ? FROM ONLY "public"."m_inoutline" x WHERE $1::pg_catalog.text OPERATOR(pg_catalog.=) "bom_parent_id"::pg_catalog.text FOR KEY SHARE OF x'
'SELECT ? FROM ONLY "public"."m_inoutline" x WHERE $1::pg_catalog.text OPERATOR(pg_catalog.=) "canceled_inoutline_id"::pg_catalog.text FOR KEY SHARE OF x' |
|
|
|
Updated to minor and deleted resolution time.
Attached patch provided to the customer. |
|
|
(0098370)
|
hgbot
|
2017-08-03 13:56
|
|
Repository: erp/devel/pi
Changeset: 8cb1e05233d4c6cc3456476266240a83ae6da1d1
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Tue Aug 01 12:07:16 2017 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/8cb1e05233d4c6cc3456476266240a83ae6da1d1 [^]
Fixes issue 32677: Deleting a line on the shipment/receipt line tab takes long
When deleting a line on the shipment/receipt takes more than 1 minute on
enviroment with big amount of data.
Two new partial indexes were created to improve the performance on a huge
enviroment.
---
M src-db/database/model/tables/M_INOUTLINE.xml
---
|
|
|
|
|
|
|
|