Along the line of result object size, we should look at better ways of caching identical objects. For example, use the BigDecimal.valueOf() static factory method as it allows for reuse of frequently used BigDecimal. Also, use String#intern, which is applicable across multiple result sets and is garbage collected (see http://java-performance.info/string-intern-in-java-6-7-8/)
Issue #13452 |
New |
Completion |
No due date |
No fixed build |
No time estimate |