Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Implementation can reuse a prepared statement on cursor level if the query is strictly the same than the previous one.
MariaDB saves the prepared statement at the Connection level. The connector must work accordingly, saving X prepared result at connection level in an LRU cache, then prepare only if not in this LRU cache.