[CONCPP-50] PS resultsets are redundantly greedy in memory allocation Created: 2020-11-17 Updated: 2020-11-19 Resolved: 2020-11-17 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 0.9.3 |
| Fix Version/s: | 0.9.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Connector allocated buffers based on the column size, and not the longest column value in the current resultset. That can be painful for application performance in case of blob/text fields. |
| Comments |
| Comment by Lawrin Novitsky [ 2020-11-17 ] |
|
Commit 9d00633 |