-
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
Optimize the usage of the bind cache #32466
Labels
epic/sql-plan-management
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Comments
Reminiscent
added
type/enhancement
The issue or PR belongs to an enhancement.
sig/planner
SIG: Planner
epic/sql-plan-management
labels
Feb 18, 2022
This was referenced Feb 18, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 1, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 2, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 2, 2022
This was referenced Mar 3, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 7, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 14, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 14, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 15, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
epic/sql-plan-management
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Now we use the map as the bind records' cache. But it's dangerous when there are so many bindRecords. It may cause OOM. So we try to optimize it. The specific work items are as follows:
set binding enable/ disable for <stmt> {using <stmt>}
The text was updated successfully, but these errors were encountered: