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

Add cache for the queries #24

Open
doom369 opened this issue Aug 26, 2019 · 0 comments
Open

Add cache for the queries #24

doom369 opened this issue Aug 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request in progress

Comments

@doom369
Copy link
Collaborator

doom369 commented Aug 26, 2019

Typical jdbc driver has embedded LRU cache for queries, so queries in most of the apps just parsed once and than reused. In that case parser optimization could be avoided.

doom369 added a commit that referenced this issue Sep 14, 2019
@doom369 doom369 added enhancement New feature or request in progress labels Sep 14, 2019
@doom369 doom369 self-assigned this Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

No branches or pull requests

1 participant