-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
*: Chunkreuse try reuse chunk in operator #38607
Merged
Merged
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
5fbc0c6
*: reuse chunk
keeplearning20221 4515b45
*: reuse chunk
keeplearning20221 c850b57
Merge branch 'chunkreuse' of https://github.com/keeplearning20221/tid…
keeplearning20221 97b07b2
modified: executor/executor.go
keeplearning20221 83b6309
modified: executor/adapter.go
keeplearning20221 93fdf67
modified: sessionctx/variable/session.go
keeplearning20221 e17784b
Merge branch 'master' into chunkreuse
keeplearning20221 e27aa8d
modified: sessionctx/variable/session.go
keeplearning20221 bf05b46
modified: util/chunk/alloc.go
keeplearning20221 9ca7217
modified: sessionctx/variable/sysvar.go
keeplearning20221 9664c1d
modified: util/chunk/alloc.go
keeplearning20221 26bb3f9
modified: util/chunk/alloc.go
keeplearning20221 b41a80f
modified: executor/distsql.go
keeplearning20221 7c8a4fa
modified: util/chunk/alloc.go
keeplearning20221 f81fbf8
Merge branch 'master' into chunkreuse
keeplearning20221 cd5fd7c
Merge branch 'master' into chunkreuse
keeplearning20221 8a1e1c1
modified: executor/set_test.go
keeplearning20221 ad1bded
Merge branch 'chunkreuse' of https://github.com/keeplearning20221/tid…
keeplearning20221 ab604fb
Merge branch 'master' into chunkreuse
keeplearning20221 873a2f5
modified: sessionctx/variable/tidb_vars.go
keeplearning20221 ce16f73
modified: util/chunk/chunk_test.go
keeplearning20221 47d642b
modified: sessionctx/variable/session.go
keeplearning20221 ebc3f8b
modified: BUILD.bazel
keeplearning20221 888b2a9
modified: chunk_test.go
keeplearning20221 2915a45
modified: util/chunk/chunk_test.go
keeplearning20221 4918110
modified: chunk_test.go
keeplearning20221 2406f50
modified: chunk_test.go
keeplearning20221 b06e0e7
modified: chunk_test.go
keeplearning20221 0253327
Merge branch 'master' into chunkreuse
keeplearning20221 dcb0de7
modified: executor/executor.go
keeplearning20221 613d59a
modified: executor/update_test.go
keeplearning20221 836f88b
modified: executor/update_test.go
keeplearning20221 f595af6
modified: executor/showtest/show_test.go
keeplearning20221 1097237
modified: show.go
keeplearning20221 dca77f1
Merge branch 'master' into chunkreuse
keeplearning20221 61bda04
modified: executor/sort_test.go
keeplearning20221 a88da50
Merge branch 'chunkreuse' of https://github.com/keeplearning20221/tid…
keeplearning20221 1c879c6
Merge branch 'master' into chunkreuse
keeplearning20221 dd4d126
modified: ../testkit/testkit.go
keeplearning20221 a489259
modified: ../testkit/testkit.go
keeplearning20221 cb55f3c
modified: sessionctx/variable/session.go
keeplearning20221 2f0d7d5
modified: infoschema/tables_test.go
keeplearning20221 47a591c
Merge branch 'master' into chunkreuse
keeplearning20221 b6c4c28
Merge branch 'master' into chunkreuse
keeplearning20221 c8f5381
Merge branch 'master' into chunkreuse
keeplearning20221 ccc9c5b
modified: util/chunk/alloc.go
keeplearning20221 27ed1bb
Merge branch 'chunkreuse' of https://github.com/keeplearning20221/tid…
keeplearning20221 fdd3069
modified: util/chunk/alloc.go
keeplearning20221 d80594b
modified: util/chunk/alloc.go
keeplearning20221 713da61
modified: util/chunk/alloc.go
keeplearning20221 6cfddd8
modified: util/chunk/alloc.go
keeplearning20221 6f959e0
modified: util/chunk/alloc.go
keeplearning20221 4ca8b69
modified: util/chunk/alloc.go
keeplearning20221 2c3a894
modified: util/chunk/alloc.go
keeplearning20221 43e5740
Merge branch 'master' into chunkreuse
keeplearning20221 08ad815
modified: util/chunk/alloc.go
keeplearning20221 b613861
Merge branch 'chunkreuse' of https://github.com/keeplearning20221/tid…
keeplearning20221 7d0a6e4
modified: executor/executor.go
keeplearning20221 46975cd
modified: executor/set_test.go
keeplearning20221 3279eaf
modified: sessionctx/variable/session.go
keeplearning20221 6574fa6
modified: executor/executor.go
keeplearning20221 712d2e2
Merge branch 'master' into chunkreuse
keeplearning20221 11746b5
modified: sessionctx/variable/sysvar.go
keeplearning20221 20199d9
Merge branch 'master' into chunkreuse
keeplearning20221 9c9db3a
modified: executor/aggregate.go
keeplearning20221 f6dc3b2
modified: executor/index_lookup_join_test.go
keeplearning20221 21c8018
modified: alloc.go
keeplearning20221 ea189ad
modified: config/config.go
keeplearning20221 e2cf4eb
modified: config/config.go
keeplearning20221 b9fab60
modified: ../../config/config.go
keeplearning20221 9bdc5d0
Merge branch 'master' into chunkreuse
keeplearning20221 95f4535
modified: ../../util/chunk/alloc.go
keeplearning20221 c94ede9
Merge branch 'master' into chunkreuse
keeplearning20221 9c78458
modified: ../../config/config_test.go
keeplearning20221 627389d
Merge branch 'master' into chunkreuse
keeplearning20221 4fcfcc9
modified: executor/set_test.go
keeplearning20221 c42f499
Merge branch 'master' into chunkreuse
keeplearning20221 a40971e
modified: sessionctx/variable/tidb_vars.go
keeplearning20221 53ebea1
modified: infoschema/tables_test.go
keeplearning20221 fb82c92
Merge branch 'master' into chunkreuse
keeplearning20221 0ceee0d
Merge branch 'master' into chunkreuse
keeplearning20221 4620a89
Merge branch 'master' into chunkreuse
ti-chi-bot deed88f
Merge branch 'master' into chunkreuse
ti-chi-bot 75f41a9
Merge branch 'master' into chunkreuse
ti-chi-bot d8ef033
Merge branch 'master' into chunkreuse
ti-chi-bot 13b57b5
Merge branch 'master' into chunkreuse
ti-chi-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this line cchange unrelated to the chunk reuse optimization?
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.
In this way, reduce application of a chunk