Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-RC
-
Component/s: Other
-
Labels:None
Description
Actual resultset implementation use a List<byte[][]>.
Better implementation would use only a byte[] for all results with some pointer to indicate each result, and offset of current operation on row.
For huge resulset, this will improve reading results by 25%.