We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the past we just use coprocessor paging for IndexLookupExecutor.
IndexLookupExecutor
I'd like to make it general to handle the chunk encoding memory amplifying problem (which leads to TiDB OOM).
The text was updated successfully, but these errors were encountered:
distsql,executor: using paging protocol for all coprocessor requests (#…
c8468a7
…35068) close #35067
Successfully merging a pull request may close this issue.
Enhancement
In the past we just use coprocessor paging for
IndexLookupExecutor
.I'd like to make it general to handle the chunk encoding memory amplifying problem (which leads to TiDB OOM).
The text was updated successfully, but these errors were encountered: