[CONJ-366] faster connection with bundle first commands in authentication packet Created: 2016-10-11 Updated: 2017-04-24 Resolved: 2017-04-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0-RC |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Permit faster connection executing connection query directly in authentication packet. |
| Comments |
| Comment by Diego Dupin [ 2016-10-11 ] | ||||||
|
commit in : https://github.com/MariaDB/mariadb-connector-j/tree/feature/CONJ-366, waiting for MDEV-9059 validation | ||||||
| Comment by Diego Dupin [ 2017-04-05 ] | ||||||
|
Benchmark done to test solution with pipeline (send-send-send then read-read-read) based on assumption that there won't be error/plugins change. benchmark tested on distant server (local server doesn't really show any difference)
So solution work faster than implementing a specific protocol in server, and permit to have that on previous mariadb server / mysql server as well. | ||||||
| Comment by Diego Dupin [ 2017-04-07 ] | ||||||
|
reopen issue since pipelining solution has some flaws. |