[ODBC-397] Add Prepared Statement Cache to the Connector Created: 2023-10-11 Updated: 2023-10-11 Resolved: 2023-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This should be LRU cache, and its use and options should be controlled by connstring options |
| Comments |
| Comment by Lawrin Novitsky [ 2023-10-11 ] |
|
The cache is used by default. It's use can be turned off by setting cache size to 0. The size of cache can be set using connection string option PSCACHESIZE. The default value is 250 |