Skip to content

Conversation

@olavloite
Copy link
Collaborator

A statement cache has been added to the driver to prevent SQL strings from being parsed repeatedly for each execution. Instead, a SQL string is parsed once and the results of this parsing is added to an internal cache. Only the parse result is added to the cache, and not the results of the actual execution of the statement.

A statement cache has been added to the driver to prevent SQL strings from being
parsed repeatedly for each execution. Instead, a SQL string is parsed once and the
results of this parsing is added to an internal cache. Only the parse result is
added to the cache, and not the results of the actual execution of the statement.
@olavloite olavloite requested a review from a team as a code owner June 5, 2025 06:22
@olavloite olavloite requested a review from rahul2393 June 5, 2025 06:22
@olavloite olavloite merged commit f2fbcab into main Jun 5, 2025
19 checks passed
@olavloite olavloite deleted the statement-cache-sample branch June 5, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants