-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
sessionctx: support fast analyze session control variable. #10039
sessionctx: support fast analyze session control variable. #10039
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add it in builtinGlobalVariable
?
Codecov Report
@@ Coverage Diff @@
## master #10039 +/- ##
================================================
- Coverage 77.7345% 77.5153% -0.2192%
================================================
Files 403 403
Lines 81916 81918 +2
================================================
- Hits 63677 63499 -178
- Misses 13554 13708 +154
- Partials 4685 4711 +26 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@lzmhhh123 we also need to update the document |
@zz-jason Yes, I will update it in the doc. |
What problem does this PR solve?
A sub PR for fast analyze. Reference: #9973
What is changed and how it works?
Just add a
sessionctx
variable.Check List
Tests
Code changes
Side effects
Related changes