Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032201 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2016-02-11 11:41 | 2016-02-25 15:08 | |||
Reporter | AtulOpenbravo | View Status | public | |||||
Assigned To | platform | |||||||
Priority | normal | Resolution | no change required | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032201: Unnescessary performance penalty while sorting and filtering column of HQL Datasources used in P&E windows | |||||||
Description | In case of sort or filter applied in foreign key column of HQL Datasource used in P&E window raises unnecessary performance penalty and that affects all the P&E windows. In "Return To Vendor" or "Return From Customer" window when sorting / filtering Return Reason column separate left clauses needs to be implemented in order to handle both ID and first IDENTIFIER column from the entity, filter by id and sort by first identifier column. | |||||||
Steps To Reproduce | In case of sort or filter applied in foreign key column of HQL Datasource used in P&E window raises unnecessary performance penalty and that affects all the P&E windows.In "Return To Vendor" or "Return From Customer" window when sorting / filtering Return Reason column separate left clauses needs to be implemented in order to handle both ID and first IDENTIFIER column from the entity, filter by id and sort by first identifier column. | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0084100) vmromanos (manager) 2016-02-11 11:58 |
Order by clause when we open the P&E for the first time: ORDER BY obSelected desc, obSelected desc, io.movementDate desc, io.documentNo desc, iol.lineNo Order by clause when we order by any of the columns, for example the name (notice the final iol.id): ORDER BY obSelected desc, iol.product.name desc , iol.id |
(0084513) alostale (manager) 2016-02-25 15:08 |
The problem is not what this issue reports, but that sometimes id column is not added to the fetch query, see issue 0032344 |
Issue History | |||
Date Modified | Username | Field | Change |
2016-02-11 11:41 | AtulOpenbravo | New Issue | |
2016-02-11 11:41 | AtulOpenbravo | Assigned To | => platform |
2016-02-11 11:41 | AtulOpenbravo | Modules | => Core |
2016-02-11 11:41 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2016-02-11 11:58 | vmromanos | Note Added: 0084100 | |
2016-02-11 12:01 | vmromanos | Relationship added | related to 0032157 |
2016-02-11 12:03 | vmromanos | Tag Attached: Performance | |
2016-02-25 15:07 | alostale | Relationship added | related to 0032344 |
2016-02-25 15:08 | alostale | Note Added: 0084513 | |
2016-02-25 15:08 | alostale | Status | new => closed |
2016-02-25 15:08 | alostale | Resolution | open => no change required |
Copyright © 2000 - 2009 MantisBT Group |