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 |
|
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. |
| Comments |
| Comment by Diego Dupin [ 2016-06-10 ] |
|
Problem is different: there must be some wastage if much memory : Test running with xmx=128m, xms=128m
Benchmark Mode Cnt Score Error Units same with xmx=64m, xms=64m Benchmark Mode Cnt Score Error Units |