Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026961 | Openbravo ERP | 09. Financial management | public | 2014-06-27 14:12 | 2014-09-04 17:31 |
|
Reporter | maite | |
Assigned To | rafaroda | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q4 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | AtulOpenbravo |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 29125 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026961: Extreme slowness when running "GL Posting by DB table" for FIN_Finacc_Transaction table |
Description | Extreme slowness when running "GL Posting by DB table" for FIN_Finacc_Transaction table |
Steps To Reproduce | 1. Run "GL Posting by DB table" process for FIN_Finacc_Transaction table in an environment with huge amount of unposted transactions |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-06-27 14:12 | maite | New Issue | |
2014-06-27 14:12 | maite | Assigned To | => dmiguelez |
2014-06-27 14:12 | maite | OBNetwork customer | => Yes |
2014-06-27 14:12 | maite | Modules | => Core |
2014-06-27 14:12 | maite | Support ticket | => 29125 |
2014-06-27 14:12 | maite | Triggers an Emergency Pack | => No |
2014-06-27 14:13 | maite | Assigned To | dmiguelez => jonalegriaesarte |
2014-06-27 14:13 | maite | Issue Monitored: networkb | |
2014-06-27 14:16 | egoitz | Note Added: 0068409 | |
2014-06-30 13:42 | jonalegriaesarte | Resolution time | => 1406412000 |
2014-06-30 13:42 | jonalegriaesarte | Target Version | PR14Q3 => PR14Q4 |
2014-07-21 16:43 | jonalegriaesarte | Assigned To | jonalegriaesarte => pramakrishnan |
2014-09-01 10:01 | rafaroda | Status | new => scheduled |
2014-09-01 10:01 | rafaroda | Assigned To | pramakrishnan => rafaroda |
2014-09-01 10:01 | rafaroda | fix_in_branch | => pi |
2014-09-03 17:34 | hgbot | Checkin | |
2014-09-03 17:34 | hgbot | Note Added: 0069948 | |
2014-09-03 17:34 | hgbot | Status | scheduled => resolved |
2014-09-03 17:34 | hgbot | Resolution | open => fixed |
2014-09-03 17:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/26a03c68d7c8e29bfe61454ce6f40f0cc3a6f612 [^] |
2014-09-04 14:20 | AtulOpenbravo | Review Assigned To | => AtulOpenbravo |
2014-09-04 14:20 | AtulOpenbravo | Note Added: 0069965 | |
2014-09-04 14:20 | AtulOpenbravo | Status | resolved => closed |
2014-09-04 17:31 | hudsonbot | Checkin | |
2014-09-04 17:31 | hudsonbot | Note Added: 0069969 | |
Notes |
|
(0068409)
|
egoitz
|
2014-06-27 14:16
|
|
The problem is reproducible when there are thousends of rows on the
fin_finacc_transaction table, and when many of them are posted.
That is solved with the following index:
CREATE INDEX fin_finacc_transaction_posted
ON fin_finacc_transaction
USING btree
(posted COLLATE pg_catalog."default");
analyze fin_finacc_transaction; |
|
|
(0069948)
|
hgbot
|
2014-09-03 17:34
|
|
|
|
|
|
|
|
|