[ODBC-114] Make other optimizations in bulk operations Created: 2017-09-12 Updated: 2017-10-06 Resolved: 2017-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 3.0.1 |
| Fix Version/s: | 3.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some things in how C/ODBC prepared statements bulk operations are (deliberately for 1st release) sub-optimal. e.g. length arrays are created for all parameters, even if data in them does not have variable length. Those things have to be fixed |
| Comments |
| Comment by Lawrin Novitsky [ 2017-10-03 ] |
|
Pushed to odbc-3.0 branch as commit 0f888b168dd1c7b01396ca334fb9feb1ef81590d. I planned also to make some optimizations for series of sequential bulk operations, and that is how I guess it will be used in real life, but I have decided to leave it for later time. I will create separate issue for that |