-
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
server: implement spill disk for cursorFetch result #44730
Conversation
d5ba21f
to
2bd9b83
Compare
fca0c6f
to
481b15b
Compare
a265725
to
f338924
Compare
1fc0d53
to
3bce133
Compare
/test tiprow_fast_test |
@YangKeao: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
e90f142
to
8cb0124
Compare
…sor reaches the end Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
bce5f3d
to
1e9e54f
Compare
778a790
to
6795df9
Compare
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao <[email protected]>
6795df9
to
76d2951
Compare
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Github doesn't update this PR after I rebase and solve the conflict. It's really weird. The content of this PR is different from the content in my branch: https://github.com/YangKeao/tidb/tree/cursor-fetch-persist (e.g. the file I'll try to close and reopen this PR to see whether it'll update 🤦 . |
What problem does this PR solve?
Issue Number: close #43233
What is changed and how it works?
rowContainer
to store the rows after execution.TODO:
Reset
.mysql_client_test
failed #44672 seems to have shown some bugs about server status.Check List
Tests
I used the following codes to do some basic tests. The preloaded data is 5M rows
sysbench ./oltp_insert.lua
:Release note