Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023891 | Openbravo ERP | A. Platform | public | 2013-05-23 01:10 | 2013-07-24 21:31 |
|
Reporter | egoitz | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP26 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023891: Create Inventory Count List process in Physical inventory window takes too long with large amount of data |
Description | The Create Inventory Count List process in Physical inventory window takes too long with large amount of data. |
Steps To Reproduce | -ON a database with arrond 1.300.000 products execute the process create inventory count list. |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0024447 | | closed | AugustoMauch | Add a index on the m_transaction table |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-23 01:10 | egoitz | New Issue | |
2013-05-23 01:10 | egoitz | Assigned To | => dmiguelez |
2013-05-23 01:10 | egoitz | Modules | => Core |
2013-05-23 01:10 | egoitz | OBNetwork customer | => Yes |
2013-05-23 01:10 | egoitz | Triggers an Emergency Pack | => No |
2013-05-23 09:37 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-07-22 13:11 | egoitz | Note Added: 0060146 | |
2013-07-22 13:12 | egoitz | Assigned To | jonalegriaesarte => AugustoMauch |
2013-07-22 13:12 | egoitz | Category | 04. Warehouse management => A. Platform |
2013-07-22 13:12 | egoitz | Description Updated | bug_revision_view_page.php?rev_id=4905#r4905 |
2013-07-22 13:12 | egoitz | Tag Attached: Performance | |
2013-07-24 10:50 | AugustoMauch | Issue Monitored: shankarb | |
2013-07-24 10:51 | AugustoMauch | Review Assigned To | => shankarb |
2013-07-24 10:51 | hgbot | Checkin | |
2013-07-24 10:51 | hgbot | Note Added: 0060224 | |
2013-07-24 10:51 | hgbot | Status | new => resolved |
2013-07-24 10:51 | hgbot | Resolution | open => fixed |
2013-07-24 10:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d3f8f2ef8823bf4cafa82af318102dbf4e3d6a4c [^] |
2013-07-24 15:23 | shankarb | Note Added: 0060262 | |
2013-07-24 15:23 | shankarb | Status | resolved => closed |
2013-07-24 15:23 | shankarb | Fixed in Version | => 3.0MP26 |
2013-07-24 21:31 | hudsonbot | Checkin | |
2013-07-24 21:31 | hudsonbot | Note Added: 0060294 | |
2013-07-31 00:14 | egoitz | Relationship added | related to 0024447 |
Notes |
|
(0060146)
|
egoitz
|
2013-07-22 13:11
|
|
The following indexes has improved the performance from some hours to 15 minuts.
One index on the m_storage_detail_id column on the m_stock_proposed table.
Also one index for each of the following columns on the m_transaction table:
m_movementline_id
m_inventoryline_id
m_inoutline_id |
|
|
(0060224)
|
hgbot
|
2013-07-24 10:51
|
|
Repository: erp/devel/pi
Changeset: d3f8f2ef8823bf4cafa82af318102dbf4e3d6a4c
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Jul 24 10:50:12 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d3f8f2ef8823bf4cafa82af318102dbf4e3d6a4c [^]
Fixes issue 23891: Four indexes have been added to improve process perforance
These indexes have been added to improve the performance of the Create Inventory Count List process in the Physical Inventory window:
- m_stock_proposed table -> m_storage_detail_id
- m_transaction table -> m_movementline_id, m_inventoryline_id, m_inoutline_id
---
M src-db/database/model/tables/M_STOCK_PROPOSED.xml
M src-db/database/model/tables/M_TRANSACTION.xml
---
|
|
|
(0060262)
|
shankarb
|
2013-07-24 15:23
|
|
Code reviewed and tested in pi changeset 509129b9fd7a |
|
|
|
|