[CONJ-1008] default value for socket option useReadAheadInput Created: 2022-09-06 Updated: 2022-10-19 Resolved: 2022-10-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | configuration |
| Affects Version/s: | None |
| Fix Version/s: | 3.1.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
benchmarks for option 'useReadAheadInput' follows :
useReadAheadInput permit fast retrieving big resultset, but for small queries, it slow down retrieval. This is due to socket inputstream call to available() setting useReadAheadInput as false as default will permit better default. |