[CONJS-228] improving prepare cache performance Created: 2022-10-12 Updated: 2022-10-12 Resolved: 2022-10-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | performance |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
actual implementation use PREPARE command, in place of executing command, if cache is found, this returns cached value. |