[ODBC-369] Add option not to cache the whole resultset on the client, but fetch it row by row Created: 2022-07-19 Updated: 2023-01-24 Resolved: 2022-08-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.16 |
| Fix Version/s: | 3.1.17 |
| Type: | New Feature | Priority: | Critical |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This can help reduce memory required on the big resultsets. If selected, this option will not force use of forward-only cursors, i.e. "force use of of forward only cursor" won't get automatically selected, but result streaming will be used for those statements, for which forward-only cursor type is set. In this way streaming will be possible to use not for all query results - user will have control over that. |
| Comments |
| Comment by Lawrin Novitsky [ 2022-08-19 ] |
|
The option for not caching the whole RS on the client, but fetch it row by row |