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

Caching parsed results to improve performance #701

Closed
terrymanu opened this issue Apr 5, 2018 · 2 comments
Closed

Caching parsed results to improve performance #701

terrymanu opened this issue Apr 5, 2018 · 2 comments
Assignees

Comments

@terrymanu
Copy link
Member

terrymanu commented Apr 5, 2018

  1. parse parameters count from sql
  2. remove parameters count dependency from route API
  3. cache sql parser result for (prepared) statement
@terrymanu terrymanu self-assigned this Apr 5, 2018
@terrymanu terrymanu changed the title Parse engine can parse sql with out parameters for prepared statement Cache sql for parse engine Apr 5, 2018
@terrymanu terrymanu changed the title Cache sql for parse engine Cache SQL for parse engine Apr 5, 2018
@terrymanu
Copy link
Member Author

Use WeakHashMap to avoid out of memory

terrymanu added a commit that referenced this issue Apr 5, 2018
terrymanu added a commit that referenced this issue Apr 8, 2018
@terrymanu terrymanu changed the title Cache SQL for parse engine Caching parsed results to improve performance Aug 8, 2018
@terrymanu
Copy link
Member Author

fixed at 3.0.0.M1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant