[CONPY-16] benchmark current implementation versus Text Created: 2018-07-25 Updated: 2018-09-07 |
|
| Status: | Open |
| Project: | MariaDB Connector/Python |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Testing with other connector (java) the use of PREPARE + EXECUTE (without waiting = using -1), performance is gain for small query is -10% if already prepared, +87% if not. Using text protocol as a basis would be a great benefit for performance. |