Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
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%.