Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037641 | Openbravo ERP | A. Platform | public | 2018-01-15 17:35 | 2018-02-22 18:18 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0037641: Make the max size of Hibernate's HqlQueryPlan cache configurable |
Description | The QueryPlanCache Hibernate class acts as a cache for compiled query plans. Having this cache properly dimentioned helps to optimize Hibernate's performace.
There are two parameters that can be configured: one for the maximum number of strong references (128 by default) and one for soft references (2048 by default). But these parameters are currently not configurable in Openbravo.
It would be useful if the dimension of this cache were configurable in Openbravo.properties. |
Steps To Reproduce | - |
Proposed Solution | Allow to configure Hibernate's query plan cache size in Openbravo properties with the parameters hibernate.query.plan_cache_max_strong_references and hibernate.query.plan_cache_max_soft_references |
Additional Information | |
Tags | Performance |
Relationships | related to | design defect | 0038136 | | acknowledged | Triage Platform Base | Tracking issue: Find & Fix queries not using bind-params but embedding values into query string | related to | feature request | 0037064 | | closed | caristu | upgrade hibernate to 5.3.2 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-01-15 17:35 | AugustoMauch | New Issue | |
2018-01-15 17:35 | AugustoMauch | Assigned To | => AugustoMauch |
2018-01-15 17:35 | AugustoMauch | Modules | => Core |
2018-01-15 17:35 | AugustoMauch | Triggers an Emergency Pack | => No |
2018-01-15 17:38 | AugustoMauch | Review Assigned To | => caristu |
2018-01-15 17:41 | hgbot | Checkin | |
2018-01-15 17:41 | hgbot | Note Added: 0101709 | |
2018-01-15 17:41 | hgbot | Status | new => resolved |
2018-01-15 17:41 | hgbot | Resolution | open => fixed |
2018-01-15 17:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/de556f74afd615d9666c059d1869fdb6057e7319 [^] |
2018-01-19 07:58 | alostale | Tag Attached: Performance | |
2018-01-22 11:32 | caristu | Note Added: 0101828 | |
2018-01-22 11:32 | caristu | Status | resolved => closed |
2018-01-22 11:32 | caristu | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102657 | |
2018-03-16 10:01 | alostale | Relationship added | related to 0038136 |
2018-05-03 10:38 | caristu | Relationship added | related to 0037064 |