Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current implementation buffer socket data.
Faster implementation would get socket available data in the buffer (limited to 16k) to permit to the socket to retrieve new data.
This corresponds to the option "useReadAheadInput" in MySQL connector.
benchmarks show huge improvement when having data, and neglectable slow the query without resultset (update / insert).