Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For resultset with small data < 1000 bytes, driver is very fast, but when results are bigger (> 10kb) drizzle driver is faster.
There must be a point where reading directly from ByteBuffer for each data is slower than reading all packet first before, and reading data after.