[CONJ-495] performance : Improve reading resultset data Created: 2017-06-15 Updated: 2017-11-07 Resolved: 2017-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Actual implementation of resultset will for every getXXX() will check data type/is binary protocol to return data / throw an exception of data type are not compatible. This can be improved porting that part directly to column class avoiding lot of if/switch. |