Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026868 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | critical | have not tried | 2014-06-13 15:05 | 2014-07-09 18:13 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | no change required | Fixed in Version | 3.0PR14Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0PR14Q2 | SCM revision | ||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026868: The getCount method of the ManageVariantsDS datasource computes all the records to get the total | |||||||
Description | The getCount method of the ManageVariantsDS datasource computes all the records to get the total | |||||||
Steps To Reproduce | -Check the code. It calls getData and then exeuctes the .size | |||||||
Proposed Solution | Use mathematical operations to get the total. When filtering use the filters before doing the operations. | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0068575) shankarb (reporter) 2014-07-09 18:13 |
With the fix for the issue https://issues.openbravo.com/view.php?id=26967, [^] getCount method will not be called for pick and execute grids. The pick and execute grids behave in the same manner standard windows grids do. Total number of records is not counted, in case they exceed the page size, page size +1 is returned as size, so that smartclient handles the additional call while scrolling. |
Issue History | |||
Date Modified | Username | Field | Change |
2014-06-13 15:05 | egoitz | New Issue | |
2014-06-13 15:05 | egoitz | Assigned To | => AugustoMauch |
2014-06-13 15:05 | egoitz | Modules | => Core |
2014-06-13 15:05 | egoitz | Resolution time | => 1403128800 |
2014-06-13 15:05 | egoitz | Triggers an Emergency Pack | => No |
2014-06-13 15:08 | egoitz | Priority | urgent => immediate |
2014-06-13 15:08 | egoitz | Tag Attached: Performance | |
2014-06-30 10:19 | alostale | Relationship added | related to 0026967 |
2014-06-30 13:10 | alostale | Relationship added | related to 0026867 |
2014-06-30 15:54 | egoitz | Target Version | => PR14Q4 |
2014-07-09 18:13 | shankarb | Review Assigned To | => AugustoMauch |
2014-07-09 18:13 | shankarb | Note Added: 0068575 | |
2014-07-09 18:13 | shankarb | Status | new => closed |
2014-07-09 18:13 | shankarb | Resolution | open => no change required |
2014-07-09 18:13 | shankarb | Fixed in Version | => PR14Q3 |
Copyright © 2000 - 2009 MantisBT Group |