[CONC-556] optimize receiving metadata from the server Created: 2021-06-21 Updated: 2022-07-25 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.2 |
| Fix Version/s: | 3.3 |
| Type: | Task | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
in 10.6 the server only sends metadata to the client if it has changed since the last stmt_execute call. C/C supports that, of course. But in a rather inefficient way, with too much copying of metadata, which, quite possibly, destroys much of the effect of the optimization. This task is about verifying the claim above (does C/C implementation indeed adversely affects the performance), and optimizing it, if needed. |
| Comments |
| Comment by Ralf Gebhardt [ 2022-07-01 ] |
|
3.3 is GA and replacing 3.2 maintenance releases |