Globaly improve performance
(CONJ-291)
|
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.0-RC |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Execution for client side PreparedStatement permit multiple batch queries.That's good for code reuse, but this will cost 1-2 % performance ( add a few List creation, .size() ... call). |