Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023887 | Openbravo ERP | 09. Financial management | public | 2013-05-22 17:20 | 2013-05-27 15:17 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP24 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0023887: Slow Financial Account > Accounting tab |
Description | Having enough amount of data, slows down the time taken to open Financial Account > Accounting tab. |
Steps To Reproduce | In an environment with around 120K rows in fin_finacc_transaction, 10K fin_bankstatementline and 320K fact_acct, depending on the selected header it takes up to 3 minutes to load the grid. |
Proposed Solution | Add index:
CREATE INDEX fin_bankstatementline_trx
ON fin_bankstatementline
USING btree
(fin_finacc_transaction_id) |
Additional Information | |
Tags | Performance |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-22 17:20 | alostale | New Issue | |
2013-05-22 17:20 | alostale | Assigned To | => alostale |
2013-05-22 17:20 | alostale | Modules | => Core |
2013-05-22 17:20 | alostale | OBNetwork customer | => No |
2013-05-22 17:20 | alostale | Triggers an Emergency Pack | => No |
2013-05-22 17:21 | alostale | Tag Attached: Performance | |
2013-05-22 17:36 | hgbot | Checkin | |
2013-05-22 17:36 | hgbot | Note Added: 0058756 | |
2013-05-22 17:36 | hgbot | Status | new => resolved |
2013-05-22 17:36 | hgbot | Resolution | open => fixed |
2013-05-22 17:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a214db9e080c752e336395ef8d330504a1bcf382 [^] |
2013-05-23 01:34 | hudsonbot | Checkin | |
2013-05-23 01:34 | hudsonbot | Note Added: 0058851 | |
2013-05-23 09:03 | alostale | Note Added: 0058884 | |
2013-05-27 15:17 | AugustoMauch | Review Assigned To | => AugustoMauch |
2013-05-27 15:17 | AugustoMauch | Note Added: 0058964 | |
2013-05-27 15:17 | AugustoMauch | Status | resolved => closed |
2013-05-27 15:17 | AugustoMauch | Fixed in Version | => 3.0MP24 |