Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow usage of JDBC statement caching by DB config parameter #2088

Merged
merged 3 commits into from
Dec 16, 2020
Merged

Allow usage of JDBC statement caching by DB config parameter #2088

merged 3 commits into from
Dec 16, 2020

Conversation

rammpeter
Copy link
Contributor

This extension allows to keep SQL cursors open against the DB even if AR closes them after statement execution.
This way effort for soft parses in DB can be dramatically reduced.
It is controlled by the DB config parameter "jdbc_statement_cache_size".
Per default statement caching is disabled. This way preserving the previous behavior.

@yahonda yahonda merged commit b6be4a1 into rsim:master Dec 16, 2020
@yahonda
Copy link
Collaborator

yahonda commented Dec 16, 2020

Thank you.

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.

2 participants