Some questions about sql-parsing cache #25201
Unanswered
FakeKotaro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Sharding-JDBC's encryption feature and have recently been working on SQL parsing and rewriting performance. In version 4.1.0, SQL parsing has only one layer of cache, the structure is <sql, SqlStatement>
In the new version, a separate layer of caching has been added for parsing: <sql, ParseASTNode>.
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions